Home
last modified time | relevance | path

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

/optee_os/core/drivers/crypto/crypto_api/cipher/
A Dcipher.c17 static const struct crypto_cipher_ops cipher_ops; variable
26 assert(ctx && ctx->ops == &cipher_ops); in to_cipher_ctx()
164 static const struct crypto_cipher_ops cipher_ops = { variable
193 cipher->cipher_ctx.ops = &cipher_ops; in drvcrypt_cipher_alloc_ctx()
/optee_os/core/crypto/
A Dcrypto.c157 static const struct crypto_cipher_ops *cipher_ops(void *ctx) in cipher_ops() function
169 cipher_ops(ctx)->free_ctx(ctx); in crypto_cipher_free_ctx()
174 cipher_ops(dst_ctx)->copy_state(dst_ctx, src_ctx); in crypto_cipher_copy_state()
185 return cipher_ops(ctx)->init(ctx, mode, key1, key1_len, key2, key2_len, in crypto_cipher_init()
193 return cipher_ops(ctx)->update(ctx, last_block, data, len, dst); in crypto_cipher_update()
198 cipher_ops(ctx)->final(ctx); in crypto_cipher_final()
/optee_os/out/arm/core/
A Dtee.symb_sizes1272 000000000e10e074 000000000000003c t cipher_ops
A Dtee.dmp558 000000000e10e074 l F .text 000000000000003c cipher_ops
21916 000000000e10e074 <cipher_ops>:
21917 cipher_ops():
21919 e10e074: b4000060 cbz x0, e10e080 <cipher_ops+0xc>
21922 e10e07c: b5000180 cbnz x0, e10e0ac <cipher_ops+0x38>
22308 e10e45c: 97ffff06 bl e10e074 <cipher_ops>
22330 e10e490: 97fffef9 bl e10e074 <cipher_ops>
22364 e10e4f0: 97fffee1 bl e10e074 <cipher_ops>
22403 e10e564: 97fffec4 bl e10e074 <cipher_ops>
22429 e10e5a8: 97fffeb3 bl e10e074 <cipher_ops>
A Dtee.map21416 .text.cipher_ops

Completed in 230 milliseconds