Home
last modified time | relevance | path

Searched refs:psa_cipher_set_iv (Results 1 – 4 of 4) sorted by relevance

/trusted-services/components/service/crypto/backend/
A Dprefixed_crypto_api.h40 #define psa_cipher_set_iv BACKEND_CRYPTO_API_ADD_PREFIX(psa_cipher_set_iv) macro
/trusted-services/components/service/crypto/client/psa/
A Dpsa_cipher.c51 psa_status_t psa_cipher_set_iv(psa_cipher_operation_t *operation, in psa_cipher_set_iv() function
231 psa_status = psa_cipher_set_iv(&operation, input, iv_len); in psa_cipher_decrypt()
/trusted-services/components/service/crypto/provider/extension/cipher/
A Dcipher_provider.c188 psa_status = psa_cipher_set_iv(&crypto_context->op.cipher, iv, iv_len); in cipher_set_iv_handler()
/trusted-services/components/service/crypto/include/psa/
A Dcrypto.h1911 PSA_CRYPTO_EXPORTED psa_status_t psa_cipher_set_iv(psa_cipher_operation_t *operation,

Completed in 13 milliseconds