Home
last modified time | relevance | path

Searched refs:psa_cipher_generate_iv (Results 1 - 7 of 7) sorted by relevance

/third_party/mbedtls/tests/include/spe/
H A Dcrypto_spe.h86 #define psa_cipher_generate_iv \ macro
87 PSA_FUNCTION_NAME(psa_cipher_generate_iv)
/third_party/mbedtls/programs/psa/
H A Dcrypto_examples.c115 status = psa_cipher_generate_iv(&operation, iv, iv_size, &iv_len); in cipher_encrypt()
/third_party/mbedtls/include/psa/
H A Dcrypto.h1723 * -# 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 Dpsa_test_wrappers.h238 #define psa_cipher_generate_iv(arg0_operation, arg1_iv, arg2_iv_size, arg3_iv_length) \ macro
/third_party/mbedtls/tests/src/
H A Dpsa_test_wrappers.c403 /* 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 Dpsa_exercise_key.c205 PSA_ASSERT(psa_cipher_generate_iv(&operation, in exercise_cipher_key()
/third_party/mbedtls/library/
H A Dpsa_crypto.c4325 psa_status_t psa_cipher_generate_iv(psa_cipher_operation_t *operation, in psa_cipher_generate_iv() function

Completed in 41 milliseconds