Home
last modified time | relevance | path

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

/optee_os/core/crypto/
A Dcrypto.c62 static const struct crypto_hash_ops *hash_ops(void *ctx) in hash_ops() function
74 hash_ops(ctx)->free_ctx(ctx); in crypto_hash_free_ctx()
79 hash_ops(dst_ctx)->copy_state(dst_ctx, src_ctx); in crypto_hash_copy_state()
84 return hash_ops(ctx)->init(ctx); in crypto_hash_init()
89 return hash_ops(ctx)->update(ctx, data, len); in crypto_hash_update()
94 return hash_ops(ctx)->final(ctx, digest, len); in crypto_hash_final()
/optee_os/core/drivers/crypto/caam/hash/
A Dcaam_hash.c23 static const struct crypto_hash_ops hash_ops; variable
107 assert(ctx && ctx->ops == &hash_ops); in to_hash_ctx()
230 static const struct crypto_hash_ops hash_ops = { variable
271 hash->hash_ctx.ops = &hash_ops; in caam_hash_allocate()
/optee_os/out/arm/core/
A Drodata_unpaged.ld.S81 *(.rodata.hash_ops.str1.1)
A Dtext_unpaged.ld.S156 *(.text.hash_ops)
A Dtee.symb_sizes1260 000000000e10e038 000000000000003c t hash_ops
A Dtee.dmp557 000000000e10e038 l F .text 000000000000003c hash_ops
21890 000000000e10e038 <hash_ops>:
21891 hash_ops():
21893 e10e038: b4000060 cbz x0, e10e044 <hash_ops+0xc>
21896 e10e040: b5000180 cbnz x0, e10e070 <hash_ops+0x38>
22065 e10e1d0: 97ffff9a bl e10e038 <hash_ops>
22087 e10e204: 97ffff8d bl e10e038 <hash_ops>
22108 e10e234: 97ffff81 bl e10e038 <hash_ops>
22131 e10e26c: 97ffff73 bl e10e038 <hash_ops>
22157 e10e2b0: 97ffff62 bl e10e038 <hash_ops>
A Dtee.map21414 .text.hash_ops
25461 .rodata.hash_ops.str1.1

Completed in 242 milliseconds