Home
last modified time | relevance | path

Searched refs:psa_cipher_operation_init (Results 1 - 4 of 4) sorted by relevance

/third_party/mbedtls/tests/include/spe/
H A Dcrypto_spe.h84 #define psa_cipher_operation_init \ macro
85 PSA_FUNCTION_NAME(psa_cipher_operation_init)
/third_party/mbedtls/library/
H A Dctr_drbg.c65 psa_ctx->operation = psa_cipher_operation_init(); in ctr_drbg_destroy_psa_contex()
80 ctx->psa_ctx.operation = psa_cipher_operation_init(); in mbedtls_ctr_drbg_init()
179 psa_ctx.operation = psa_cipher_operation_init(); in block_cipher_df()
/third_party/mbedtls/include/psa/
H A Dcrypto_struct.h121 static inline struct psa_cipher_operation_s psa_cipher_operation_init(void) in psa_cipher_operation_init() function
H A Dcrypto.h1691 * - Assign the result of the function psa_cipher_operation_init()
1695 * operation = psa_cipher_operation_init();
1711 static psa_cipher_operation_t psa_cipher_operation_init(void);

Completed in 8 milliseconds