Searched refs:hash_ops (Results 1 – 7 of 7) sorted by relevance
62 static const struct crypto_hash_ops *hash_ops(void *ctx) in hash_ops() function74 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()
23 static const struct crypto_hash_ops hash_ops; variable107 assert(ctx && ctx->ops == &hash_ops); in to_hash_ctx()230 static const struct crypto_hash_ops hash_ops = { variable271 hash->hash_ctx.ops = &hash_ops; in caam_hash_allocate()
81 *(.rodata.hash_ops.str1.1)
156 *(.text.hash_ops)
1260 000000000e10e038 000000000000003c t hash_ops
557 000000000e10e038 l F .text 000000000000003c hash_ops21890 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>
21414 .text.hash_ops25461 .rodata.hash_ops.str1.1
Completed in 188 milliseconds