psa_validate_unstructured_key_bit_size() is only used within mbedTLS.
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsReferencesCall TreeData Use

Return value

#PSA_SUCCESS The key type and size are valid. #PSA_ERROR_INVALID_ARGUMENT The size in bits of the key is not valid. #PSA_ERROR_NOT_SUPPORTED The type and/or the size in bits of the key or the combination of the two is not supported.

Notes

Check that the bit size is acceptable for a given key type for unstructured keys.

References