Home
last modified time | relevance | path

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

/optee_os-3.20.0/lib/libmbedtls/core/
A Dhmac.c105 static TEE_Result mbed_hmac_alloc_ctx(struct crypto_mac_ctx **ctx_ret, in mbed_hmac_alloc_ctx() function
136 return mbed_hmac_alloc_ctx(ctx, MBEDTLS_MD_MD5); in crypto_hmac_md5_alloc_ctx()
143 return mbed_hmac_alloc_ctx(ctx, MBEDTLS_MD_SHA1); in crypto_hmac_sha1_alloc_ctx()
150 return mbed_hmac_alloc_ctx(ctx, MBEDTLS_MD_SHA224); in crypto_hmac_sha224_alloc_ctx()
157 return mbed_hmac_alloc_ctx(ctx, MBEDTLS_MD_SHA256); in crypto_hmac_sha256_alloc_ctx()
164 return mbed_hmac_alloc_ctx(ctx, MBEDTLS_MD_SHA384); in crypto_hmac_sha384_alloc_ctx()
171 return mbed_hmac_alloc_ctx(ctx, MBEDTLS_MD_SHA512); in crypto_hmac_sha512_alloc_ctx()

Completed in 4 milliseconds