Home
last modified time | relevance | path

Searched refs:copy_state (Results 1 – 25 of 52) sorted by relevance

123

/optee_os/core/drivers/crypto/stm32/
H A Dcipher.c54 void (*copy_state)(union ip_ctx *dst_ctx, union ip_ctx *src_ctx); member
103 .copy_state = cryp_copy_state,
186 fb_ctx->ops->copy_state(dst_ip_ctx->saes.fallback_ctx, fb_ctx); in saes_copy_state()
194 .copy_state = saes_copy_state,
236 src_c->ops->copy_state(&dst_c->ip_ctx, &src_c->ip_ctx); in stm32_cipher_copy_state()
351 .copy_state = stm32_cipher_copy_state,
360 .copy_state = stm32_cipher_copy_state,
H A Dhash.c121 .copy_state = do_hash_copy_state,
/optee_os/core/drivers/crypto/se050/core/
H A Dcipher.c57 src_ctx->ops->copy_state(dst_ctx, src_ctx); in do_copy_state()
76 .copy_state = do_copy_state,
/optee_os/core/drivers/crypto/crypto_api/cipher/
H A Dcipher.c56 if (cipher_src->op && cipher_src->op->copy_state) in cipher_copy_state()
57 cipher_src->op->copy_state(cipher_dst->ctx, cipher_src->ctx); in cipher_copy_state()
167 .copy_state = cipher_copy_state,
/optee_os/core/lib/libtomcrypt/
H A Dshake.c96 .copy_state = do_sha3_copy_state,
116 .copy_state = do_sha3_copy_state,
H A Dcmac.c83 .copy_state = ltc_omac_copy_state,
H A Dctr.c93 .copy_state = ltc_ctr_copy_state,
H A Dxts.c110 .copy_state = ltc_xts_copy_state,
H A Dcbc.c100 .copy_state = ltc_cbc_copy_state,
/optee_os/core/drivers/crypto/crypto_api/include/
H A Ddrvcrypt_cipher.h59 void (*copy_state)(void *dst_ctx, void *src_ctx); member
H A Ddrvcrypt_authenc.h86 void (*copy_state)(void *dst_ctx, void *src_ctx); member
/optee_os/core/drivers/crypto/crypto_api/authenc/
H A Dauthenc.c58 if (authenc_src->op && authenc_src->op->copy_state) in authenc_copy_state()
59 authenc_src->op->copy_state(authenc_dst->ctx, authenc_src->ctx); in authenc_copy_state()
302 .copy_state = authenc_copy_state,
/optee_os/core/include/crypto/
H A Dcrypto_impl.h28 void (*copy_state)(struct crypto_hash_ctx *dst_ctx, member
131 void (*copy_state)(struct crypto_mac_ctx *dst_ctx, member
244 void (*copy_state)(struct crypto_cipher_ctx *dst_ctx, member
349 void (*copy_state)(struct crypto_authenc_ctx *dst_ctx, member
/optee_os/core/crypto/
H A Dsm3-hash.c97 .copy_state = op_sm3_hash_copy_state,
H A Dsm4-ecb.c87 .copy_state = sm4_ecb_copy_state,
H A Dsm4-ctr.c89 .copy_state = sm4_ctr_copy_state,
H A Dsm3-hmac.c96 .copy_state = op_sm3_hmac_copy_state,
H A Dsm4-cbc.c92 .copy_state = sm4_cbc_copy_state,
H A Dsm4-xts.c102 .copy_state = sm4_xts_copy_state,
/optee_os/lib/libmbedtls/core/
H A Ddes_ecb.c102 .copy_state = mbed_des_ecb_copy_state,
H A Ddes_cbc.c106 .copy_state = mbed_des_cbc_copy_state,
H A Ddes3_ecb.c111 .copy_state = mbed_des3_ecb_copy_state,
H A Ddes3_cbc.c113 .copy_state = mbed_des3_cbc_copy_state,
H A Daes_ecb.c111 .copy_state = mbed_aes_ecb_copy_state,
H A Daes_cbc.c109 .copy_state = mbed_aes_cbc_copy_state,

123