Searched refs:mbed_hash_alloc_ctx (Results 1 – 1 of 1) sorted by relevance
110 static TEE_Result mbed_hash_alloc_ctx(struct crypto_hash_ctx **ctx_ret, in mbed_hash_alloc_ctx() function141 return mbed_hash_alloc_ctx(ctx, MBEDTLS_MD_MD5); in crypto_md5_alloc_ctx()148 return mbed_hash_alloc_ctx(ctx, MBEDTLS_MD_SHA1); in crypto_sha1_alloc_ctx()155 return mbed_hash_alloc_ctx(ctx, MBEDTLS_MD_SHA224); in crypto_sha224_alloc_ctx()162 return mbed_hash_alloc_ctx(ctx, MBEDTLS_MD_SHA256); in crypto_sha256_alloc_ctx()169 return mbed_hash_alloc_ctx(ctx, MBEDTLS_MD_SHA384); in crypto_sha384_alloc_ctx()176 return mbed_hash_alloc_ctx(ctx, MBEDTLS_MD_SHA512); in crypto_sha512_alloc_ctx()
Completed in 2 milliseconds