Searched refs:psa_cipher_generate_iv (Results 1 - 7 of 7) sorted by relevance
/third_party/mbedtls/tests/include/spe/ |
H A D | crypto_spe.h | 86 #define psa_cipher_generate_iv \ macro 87 PSA_FUNCTION_NAME(psa_cipher_generate_iv)
|
/third_party/mbedtls/programs/psa/ |
H A D | crypto_examples.c | 115 status = psa_cipher_generate_iv(&operation, iv, iv_size, &iv_len); in cipher_encrypt()
|
/third_party/mbedtls/include/psa/ |
H A D | crypto.h | 1723 * -# Call either psa_cipher_generate_iv() or psa_cipher_set_iv() to 1725 * psa_cipher_generate_iv() unless the protocol you are implementing 1873 psa_status_t psa_cipher_generate_iv(psa_cipher_operation_t *operation, 1889 * \note When encrypting, applications should use psa_cipher_generate_iv() 1924 * 2. If the algorithm requires an IV, call psa_cipher_generate_iv()
|
/third_party/mbedtls/tests/include/test/ |
H A D | psa_test_wrappers.h | 238 #define psa_cipher_generate_iv(arg0_operation, arg1_iv, arg2_iv_size, arg3_iv_length) \ macro
|
/third_party/mbedtls/tests/src/ |
H A D | psa_test_wrappers.c | 403 /* Wrapper for psa_cipher_generate_iv */ 413 psa_status_t status = (psa_cipher_generate_iv)(arg0_operation, arg1_iv, arg2_iv_size, arg3_iv_length); in mbedtls_test_wrap_psa_cipher_generate_iv()
|
H A D | psa_exercise_key.c | 205 PSA_ASSERT(psa_cipher_generate_iv(&operation, in exercise_cipher_key()
|
/third_party/mbedtls/library/ |
H A D | psa_crypto.c | 4325 psa_status_t psa_cipher_generate_iv(psa_cipher_operation_t *operation, in psa_cipher_generate_iv() function
|
Completed in 41 milliseconds