Home
last modified time | relevance | path

Searched defs:hmac (Results 1 – 9 of 9) sorted by relevance

/openthread-3.5.0/third_party/mbedtls/repo/library/
Dpsa_crypto_mac.c35 mbedtls_psa_hmac_operation_t *hmac ) in psa_hmac_abort_internal()
42 mbedtls_psa_hmac_operation_t *hmac, in psa_hmac_setup_internal()
107 mbedtls_psa_hmac_operation_t *hmac, in psa_hmac_update_internal()
115 mbedtls_psa_hmac_operation_t *hmac, in psa_hmac_finish_internal()
Dmd.c409 int mbedtls_md_setup( mbedtls_md_context_t *ctx, const mbedtls_md_info_t *md_info, int hmac ) in mbedtls_md_setup()
Dpsa_crypto.c4015 psa_mac_operation_t hmac = PSA_MAC_OPERATION_INIT; in psa_key_derivation_tls12_prf_generate_next_block() local
/openthread-3.5.0/src/core/api/
Dcrypto_api.cpp52 HmacSha256 hmac; in otCryptoHmacSha256() local
/openthread-3.5.0/third_party/mbedtls/repo/include/psa/
Dcrypto_builtin_composites.h69 mbedtls_psa_hmac_operation_t hmac; member
Dcrypto_struct.h187 struct psa_mac_operation_s hmac; member
/openthread-3.5.0/tests/unit/
Dtest_hmac_sha256.cpp244 Crypto::HmacSha256 hmac; in TestHmacSha256() local
270 Crypto::HmacSha256 hmac; in TestHmacSha256() local
/openthread-3.5.0/src/core/crypto/
Dcrypto_platform.cpp255 HmacSha256 hmac; in otPlatCryptoHkdfExpand() local
314 HmacSha256 hmac; in otPlatCryptoHkdfExtract() local
/openthread-3.5.0/src/core/thread/
Dkey_manager.cpp289 Crypto::HmacSha256 hmac; in ComputeKeys() local