Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/tests/include/spe/
Dcrypto_spe.h72 #define psa_cipher_operation_init \ macro
73 PSA_FUNCTION_NAME(psa_cipher_operation_init)
/openthread-latest/third_party/mbedtls/repo/library/
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()
/openthread-latest/third_party/mbedtls/repo/include/psa/
Dcrypto_struct.h121 static inline struct psa_cipher_operation_s psa_cipher_operation_init(void) in psa_cipher_operation_init() function
Dcrypto.h1711 static psa_cipher_operation_t psa_cipher_operation_init(void);
/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_psa_crypto.function3885 psa_cipher_operation_t func = psa_cipher_operation_init();