Searched refs:ltc_hash_alloc_ctx (Results 1 – 1 of 1) sorted by relevance
| /optee_os/core/lib/libtomcrypt/ |
| H A D | hash.c | 109 static TEE_Result ltc_hash_alloc_ctx(struct crypto_hash_ctx **ctx_ret, in ltc_hash_alloc_ctx() function 132 return ltc_hash_alloc_ctx(ctx, find_hash("md5")); in crypto_md5_alloc_ctx() 139 return ltc_hash_alloc_ctx(ctx, find_hash("sha1")); in crypto_sha1_alloc_ctx() 146 return ltc_hash_alloc_ctx(ctx, find_hash("sha224")); in crypto_sha224_alloc_ctx() 153 return ltc_hash_alloc_ctx(ctx, find_hash("sha256")); in crypto_sha256_alloc_ctx() 160 return ltc_hash_alloc_ctx(ctx, find_hash("sha384")); in crypto_sha384_alloc_ctx() 167 return ltc_hash_alloc_ctx(ctx, find_hash("sha512")); in crypto_sha512_alloc_ctx() 210 return ltc_hash_alloc_ctx(ctx, find_hash("sha3-224")); in crypto_sha3_224_alloc_ctx() 217 return ltc_hash_alloc_ctx(ctx, find_hash("sha3-256")); in crypto_sha3_256_alloc_ctx() 224 return ltc_hash_alloc_ctx(ctx, find_hash("sha3-384")); in crypto_sha3_384_alloc_ctx() [all …]
|