Home
last modified time | relevance | path

Searched refs:PSA_ERROR_BUFFER_TOO_SMALL (Results 1 – 14 of 14) sorted by relevance

/optee_os/lib/libmbedtls/mbedtls/library/
H A Dpsa_util.c77 { PSA_ERROR_BUFFER_TOO_SMALL, MBEDTLS_ERR_LMS_BUFFER_TOO_SMALL },
92 { PSA_ERROR_BUFFER_TOO_SMALL, MBEDTLS_ERR_SSL_BUFFER_TOO_SMALL }
104 { PSA_ERROR_BUFFER_TOO_SMALL, MBEDTLS_ERR_RSA_OUTPUT_TOO_LARGE },
119 { PSA_ERROR_BUFFER_TOO_SMALL, MBEDTLS_ERR_ECP_BUFFER_TOO_SMALL },
162 case PSA_ERROR_BUFFER_TOO_SMALL: in psa_pk_status_to_mbedtls()
H A Dpsa_crypto_aead.c140 status = PSA_ERROR_BUFFER_TOO_SMALL; in mbedtls_psa_aead_encrypt()
223 return PSA_ERROR_BUFFER_TOO_SMALL; in psa_aead_unpadded_locate_tag()
509 return PSA_ERROR_BUFFER_TOO_SMALL; in mbedtls_psa_aead_update()
522 return PSA_ERROR_BUFFER_TOO_SMALL; in mbedtls_psa_aead_update()
562 return PSA_ERROR_BUFFER_TOO_SMALL; in mbedtls_psa_aead_finish()
578 return PSA_ERROR_BUFFER_TOO_SMALL; in mbedtls_psa_aead_finish()
593 return PSA_ERROR_BUFFER_TOO_SMALL; in mbedtls_psa_aead_finish()
H A Dpsa_crypto_pake.c115 return PSA_ERROR_BUFFER_TOO_SMALL; in mbedtls_ecjpake_to_psa_error()
362 return PSA_ERROR_BUFFER_TOO_SMALL; in mbedtls_psa_pake_output_internal()
449 return PSA_ERROR_BUFFER_TOO_SMALL; in mbedtls_psa_pake_input_internal()
463 return PSA_ERROR_BUFFER_TOO_SMALL; in mbedtls_psa_pake_input_internal()
H A Dpsa_crypto_ffdh.c158 return PSA_ERROR_BUFFER_TOO_SMALL; in mbedtls_psa_ffdh_export_public_key()
246 return PSA_ERROR_BUFFER_TOO_SMALL; in mbedtls_psa_ffdh_import_key()
H A Dpsa_crypto_cipher.c517 return PSA_ERROR_BUFFER_TOO_SMALL; in mbedtls_psa_cipher_update()
577 status = PSA_ERROR_BUFFER_TOO_SMALL; in mbedtls_psa_cipher_finish()
H A Dpsa_crypto_rsa.c341 status = PSA_ERROR_BUFFER_TOO_SMALL; in mbedtls_psa_rsa_sign_hash()
551 status = PSA_ERROR_BUFFER_TOO_SMALL; in mbedtls_psa_asymmetric_encrypt()
H A Dpsa_crypto.c360 return PSA_ERROR_BUFFER_TOO_SMALL; in mbedtls_to_psa_error()
432 return PSA_ERROR_BUFFER_TOO_SMALL; in mbedtls_to_psa_error()
473 return PSA_ERROR_BUFFER_TOO_SMALL; in mbedtls_to_psa_error()
512 return PSA_ERROR_BUFFER_TOO_SMALL; in mbedtls_to_psa_error()
535 return PSA_ERROR_BUFFER_TOO_SMALL; in mbedtls_to_psa_error()
545 return PSA_ERROR_BUFFER_TOO_SMALL; in mbedtls_to_psa_error()
1473 return PSA_ERROR_BUFFER_TOO_SMALL; in psa_export_key_buffer_internal()
1518 return PSA_ERROR_BUFFER_TOO_SMALL; in psa_export_key()
1634 return PSA_ERROR_BUFFER_TOO_SMALL; in psa_export_public_key()
2830 status = PSA_ERROR_BUFFER_TOO_SMALL; in psa_mac_sign_finish()
[all …]
H A Dpsa_crypto_hash.c361 status = PSA_ERROR_BUFFER_TOO_SMALL; in mbedtls_psa_hash_finish()
H A Dlmots.c373 case PSA_ERROR_BUFFER_TOO_SMALL: in mbedtls_lms_error_from_psa()
H A Dpsa_crypto_slot_management.c757 if (status != PSA_ERROR_BUFFER_TOO_SMALL) { in psa_load_builtin_key_into_slot()
H A Dssl_misc.h2728 case PSA_ERROR_BUFFER_TOO_SMALL: in psa_ssl_status_to_mbedtls()
H A Dssl_tls.c9208 case PSA_ERROR_BUFFER_TOO_SMALL: in mbedtls_ssl_get_key_exchange_md_tls1_2()
/optee_os/lib/libmbedtls/mbedtls/include/psa/
H A Dcrypto_values.h98 #define PSA_ERROR_BUFFER_TOO_SMALL ((psa_status_t)-138) macro
/optee_os/lib/libmbedtls/mbedtls/
H A DChangeLog1592 * psa_raw_key_agreement() now returns PSA_ERROR_BUFFER_TOO_SMALL when