Home
last modified time | relevance | path

Searched refs:psa_cipher_operation_init (Results 1 – 5 of 5) sorted by relevance

/mbedtls-latest/tests/include/spe/
Dcrypto_spe.h72 #define psa_cipher_operation_init \ macro
73 PSA_FUNCTION_NAME(psa_cipher_operation_init)
/mbedtls-latest/library/
Dctr_drbg.c65 psa_ctx->operation = psa_cipher_operation_init(); in ctr_drbg_destroy_psa_contex()
78 ctx->psa_ctx.operation = psa_cipher_operation_init(); in mbedtls_ctr_drbg_init()
177 psa_ctx.operation = psa_cipher_operation_init(); in block_cipher_df()
/mbedtls-latest/include/psa/
Dcrypto_struct.h121 static inline struct psa_cipher_operation_s psa_cipher_operation_init(void) in psa_cipher_operation_init() function
Dcrypto.h1714 static psa_cipher_operation_t psa_cipher_operation_init(void);
/mbedtls-latest/tests/suites/
Dtest_suite_psa_crypto.function3865 psa_cipher_operation_t func = psa_cipher_operation_init();