Home
last modified time | relevance | path

Searched defs:dst_ctx (Results 1 – 25 of 47) sorted by relevance

12

/optee_os/core/drivers/crypto/se050/core/
H A Dcipher.c54 struct crypto_cipher_ctx *dst_ctx = out; in do_copy_state() local
H A Dctr.c136 static void do_copy_state(struct crypto_cipher_ctx *dst_ctx, in do_copy_state()
/optee_os/core/crypto/
H A Dsm3-hash.c83 static void op_sm3_hash_copy_state(struct crypto_hash_ctx *dst_ctx, in op_sm3_hash_copy_state()
H A Dsm3-hmac.c82 static void op_sm3_hmac_copy_state(struct crypto_mac_ctx *dst_ctx, in op_sm3_hmac_copy_state()
H A Dsm4-ecb.c73 static void sm4_ecb_copy_state(struct crypto_cipher_ctx *dst_ctx, in sm4_ecb_copy_state()
H A Dsm4-cbc.c77 static void sm4_cbc_copy_state(struct crypto_cipher_ctx *dst_ctx, in sm4_cbc_copy_state()
H A Dsm4-ctr.c74 static void sm4_ctr_copy_state(struct crypto_cipher_ctx *dst_ctx, in sm4_ctr_copy_state()
H A Dsm4-xts.c85 static void sm4_xts_copy_state(struct crypto_cipher_ctx *dst_ctx, in sm4_xts_copy_state()
/optee_os/lib/libmbedtls/core/
H A Ddes_ecb.c88 static void mbed_des_ecb_copy_state(struct crypto_cipher_ctx *dst_ctx, in mbed_des_ecb_copy_state()
H A Ddes3_ecb.c97 static void mbed_des3_ecb_copy_state(struct crypto_cipher_ctx *dst_ctx, in mbed_des3_ecb_copy_state()
H A Ddes3_cbc.c97 static void mbed_des3_cbc_copy_state(struct crypto_cipher_ctx *dst_ctx, in mbed_des3_cbc_copy_state()
H A Ddes_cbc.c90 static void mbed_des_cbc_copy_state(struct crypto_cipher_ctx *dst_ctx, in mbed_des_cbc_copy_state()
H A Dcmac.c109 static void mbed_cmac_copy_state(struct crypto_mac_ctx *dst_ctx, in mbed_cmac_copy_state()
H A Daes_ecb.c96 static void mbed_aes_ecb_copy_state(struct crypto_cipher_ctx *dst_ctx, in mbed_aes_ecb_copy_state()
H A Daes_cbc.c93 static void mbed_aes_cbc_copy_state(struct crypto_cipher_ctx *dst_ctx, in mbed_aes_cbc_copy_state()
H A Dhmac.c88 static void mbed_hmac_copy_state(struct crypto_mac_ctx *dst_ctx, in mbed_hmac_copy_state()
/optee_os/core/drivers/crypto/crypto_api/cipher/
H A Dcipher.c50 static void cipher_copy_state(struct crypto_cipher_ctx *dst_ctx, in cipher_copy_state()
/optee_os/core/drivers/crypto/stm32/
H A Dhash.c103 static void do_hash_copy_state(struct crypto_hash_ctx *dst_ctx, in do_hash_copy_state()
H A Dhmac.c134 static void do_hmac_copy_state(struct crypto_mac_ctx *dst_ctx, in do_hmac_copy_state()
/optee_os/core/lib/libtomcrypt/
H A Dcmac.c68 static void ltc_omac_copy_state(struct crypto_mac_ctx *dst_ctx, in ltc_omac_copy_state()
H A Dctr.c77 static void ltc_ctr_copy_state(struct crypto_cipher_ctx *dst_ctx, in ltc_ctr_copy_state()
H A Dshake.c75 static void do_sha3_copy_state(struct crypto_hash_ctx *dst_ctx, in do_sha3_copy_state()
H A Dxts.c93 static void ltc_xts_copy_state(struct crypto_cipher_ctx *dst_ctx, in ltc_xts_copy_state()
H A Dcbc.c84 static void ltc_cbc_copy_state(struct crypto_cipher_ctx *dst_ctx, in ltc_cbc_copy_state()
H A Decb.c82 static void ltc_ecb_copy_state(struct crypto_cipher_ctx *dst_ctx, in ltc_ecb_copy_state()

12