Home
last modified time | relevance | path

Searched refs:nonce_length (Results 1 – 6 of 6) sorted by relevance

/optee_os/lib/libmbedtls/mbedtls/library/
H A Dpsa_crypto_aead.c121 const uint8_t *nonce, size_t nonce_length, in mbedtls_psa_aead_encrypt() argument
150 nonce, nonce_length, in mbedtls_psa_aead_encrypt()
163 nonce, nonce_length, in mbedtls_psa_aead_encrypt()
189 (void) nonce_length; in mbedtls_psa_aead_encrypt()
233 const uint8_t *nonce, size_t nonce_length, in mbedtls_psa_aead_decrypt() argument
261 nonce, nonce_length, in mbedtls_psa_aead_decrypt()
273 nonce, nonce_length, in mbedtls_psa_aead_decrypt()
299 (void) nonce_length; in mbedtls_psa_aead_decrypt()
365 size_t nonce_length) in mbedtls_psa_aead_set_nonce() argument
376 nonce_length)); in mbedtls_psa_aead_set_nonce()
[all …]
H A Dpsa_crypto_aead.h71 const uint8_t *nonce, size_t nonce_length,
134 const uint8_t *nonce, size_t nonce_length,
256 size_t nonce_length);
H A Dpsa_crypto_driver_wrappers.h1716 const uint8_t *nonce, size_t nonce_length, in psa_driver_wrapper_aead_encrypt() argument
1736 nonce, nonce_length, in psa_driver_wrapper_aead_encrypt()
1750 nonce, nonce_length, in psa_driver_wrapper_aead_encrypt()
1768 const uint8_t *nonce, size_t nonce_length, in psa_driver_wrapper_aead_decrypt() argument
1788 nonce, nonce_length, in psa_driver_wrapper_aead_decrypt()
1802 nonce, nonce_length, in psa_driver_wrapper_aead_decrypt()
1917 size_t nonce_length ) in psa_driver_wrapper_aead_set_nonce() argument
1925 nonce_length ) ); in psa_driver_wrapper_aead_set_nonce()
1934 nonce, nonce_length ) ); in psa_driver_wrapper_aead_set_nonce()
1943 (void)nonce_length; in psa_driver_wrapper_aead_set_nonce()
H A Dpsa_crypto.c4871 size_t nonce_length) in psa_aead_check_nonce_length() argument
4884 if (nonce_length != 0) { in psa_aead_check_nonce_length()
4891 if (nonce_length >= 7 && nonce_length <= 13) { in psa_aead_check_nonce_length()
4898 if (nonce_length == 12) { in psa_aead_check_nonce_length()
4900 } else if (nonce_length == 8) { in psa_aead_check_nonce_length()
4906 (void) nonce_length; in psa_aead_check_nonce_length()
4925 size_t nonce_length, in psa_aead_encrypt() argument
4955 LOCAL_INPUT_ALLOC(nonce_external, nonce_length, nonce); in psa_aead_encrypt()
4960 status = psa_aead_check_nonce_length(alg, nonce_length); in psa_aead_encrypt()
4968 nonce, nonce_length, in psa_aead_encrypt()
[all …]
/optee_os/lib/libmbedtls/mbedtls/include/psa/
H A Dcrypto.h2124 size_t nonce_length,
2197 size_t nonce_length,
2420 size_t *nonce_length);
2459 size_t nonce_length);
H A Dcrypto_se_driver.h728 size_t nonce_length,
770 size_t nonce_length,