Home
last modified time | relevance | path

Searched defs:src_ctx (Results 1 – 25 of 41) sorted by relevance

12

/optee_os-3.20.0/core/drivers/crypto/se050/core/
A Dcipher.c55 struct crypto_cipher_ctx *src_ctx = in; in do_copy_state() local
A Dctr.c137 struct crypto_cipher_ctx *src_ctx) in do_copy_state()
/optee_os-3.20.0/core/crypto/
A Dsm3-hash.c84 struct crypto_hash_ctx *src_ctx) in op_sm3_hash_copy_state()
A Dsm3-hmac.c84 struct crypto_mac_ctx *src_ctx) in op_sm3_hmac_copy_state()
A Dsm4-ecb.c74 struct crypto_cipher_ctx *src_ctx) in sm4_ecb_copy_state()
A Dsm4-cbc.c78 struct crypto_cipher_ctx *src_ctx) in sm4_cbc_copy_state()
A Dsm4-ctr.c75 struct crypto_cipher_ctx *src_ctx) in sm4_ctr_copy_state()
A Dsm4-xts.c86 struct crypto_cipher_ctx *src_ctx) in sm4_xts_copy_state()
/optee_os-3.20.0/core/lib/libtomcrypt/
A Dcmac.c69 struct crypto_mac_ctx *src_ctx) in ltc_omac_copy_state()
A Dctr.c78 struct crypto_cipher_ctx *src_ctx) in ltc_ctr_copy_state()
A Dxts.c94 struct crypto_cipher_ctx *src_ctx) in ltc_xts_copy_state()
A Dhmac.c68 struct crypto_mac_ctx *src_ctx) in ltc_hmac_copy_state()
A Dcbc.c85 struct crypto_cipher_ctx *src_ctx) in ltc_cbc_copy_state()
A Decb.c83 struct crypto_cipher_ctx *src_ctx) in ltc_ecb_copy_state()
A Dhash.c92 struct crypto_hash_ctx *src_ctx) in ltc_hash_copy_state()
/optee_os-3.20.0/core/drivers/crypto/crypto_api/cipher/
A Dcipher.c52 struct crypto_cipher_ctx *src_ctx) in cipher_copy_state()
/optee_os-3.20.0/core/drivers/crypto/stm32/
A Dcipher.c83 static void stm32_cipher_copy_state(void *dst_ctx, void *src_ctx) in stm32_cipher_copy_state()
/optee_os-3.20.0/lib/libmbedtls/core/
A Ddes3_ecb.c98 struct crypto_cipher_ctx *src_ctx) in mbed_des3_ecb_copy_state()
A Ddes_ecb.c89 struct crypto_cipher_ctx *src_ctx) in mbed_des_ecb_copy_state()
A Ddes3_cbc.c98 struct crypto_cipher_ctx *src_ctx) in mbed_des3_cbc_copy_state()
A Ddes_cbc.c91 struct crypto_cipher_ctx *src_ctx) in mbed_des_cbc_copy_state()
A Daes_ecb.c97 struct crypto_cipher_ctx *src_ctx) in mbed_aes_ecb_copy_state()
A Dcmac.c110 struct crypto_mac_ctx *src_ctx) in mbed_cmac_copy_state()
A Daes_cbc.c94 struct crypto_cipher_ctx *src_ctx) in mbed_aes_cbc_copy_state()
A Dhmac.c88 struct crypto_mac_ctx *src_ctx) in mbed_hmac_copy_state()

Completed in 17 milliseconds

12