Home
last modified time | relevance | path

Searched refs:crypto_cipher_ops (Results 1 – 20 of 20) sorted by relevance

/optee_os-3.20.0/core/crypto/
A Dsm4-ecb.c21 static const struct crypto_cipher_ops sm4_ecb_ops;
82 static const struct crypto_cipher_ops sm4_ecb_ops = {
A Dsm4-ctr.c23 static const struct crypto_cipher_ops sm4_ctr_ops;
84 static const struct crypto_cipher_ops sm4_ctr_ops = {
A Dsm4-cbc.c23 static const struct crypto_cipher_ops sm4_cbc_ops;
87 static const struct crypto_cipher_ops sm4_cbc_ops = {
A Dsm4-xts.c24 static const struct crypto_cipher_ops sm4_xts_ops;
97 static const struct crypto_cipher_ops sm4_xts_ops = {
A Daes-cts.c40 static const struct crypto_cipher_ops cts_ops;
226 static const struct crypto_cipher_ops cts_ops = {
A Dcrypto.c160 static const struct crypto_cipher_ops *cipher_ops(void *ctx) in cipher_ops()
/optee_os-3.20.0/lib/libmbedtls/core/
A Ddes_ecb.c22 static const struct crypto_cipher_ops mbed_des_ecb_ops;
97 static const struct crypto_cipher_ops mbed_des_ecb_ops = {
A Ddes3_ecb.c22 static const struct crypto_cipher_ops mbed_des3_ecb_ops;
106 static const struct crypto_cipher_ops mbed_des3_ecb_ops = {
A Ddes_cbc.c24 static const struct crypto_cipher_ops mbed_des_cbc_ops;
101 static const struct crypto_cipher_ops mbed_des_cbc_ops = {
A Daes_ecb.c27 static const struct crypto_cipher_ops mbed_aes_ecb_ops;
106 static const struct crypto_cipher_ops mbed_aes_ecb_ops = {
A Ddes3_cbc.c24 static const struct crypto_cipher_ops mbed_des3_cbc_ops;
108 static const struct crypto_cipher_ops mbed_des3_cbc_ops = {
A Daes_cbc.c28 static const struct crypto_cipher_ops mbed_aes_cbc_ops;
104 static const struct crypto_cipher_ops mbed_aes_cbc_ops = {
A Daes_ctr.c29 static const struct crypto_cipher_ops mbed_aes_ctr_ops;
99 static const struct crypto_cipher_ops mbed_aes_ctr_ops = {
/optee_os-3.20.0/core/lib/libtomcrypt/
A Dctr.c22 static const struct crypto_cipher_ops ltc_ctr_ops;
88 static const struct crypto_cipher_ops ltc_ctr_ops = {
A Dcbc.c25 static const struct crypto_cipher_ops ltc_cbc_ops;
95 static const struct crypto_cipher_ops ltc_cbc_ops = {
A Decb.c25 static const struct crypto_cipher_ops ltc_ecb_ops;
93 static const struct crypto_cipher_ops ltc_ecb_ops = {
A Dxts.c26 static const struct crypto_cipher_ops ltc_xts_ops;
105 static const struct crypto_cipher_ops ltc_xts_ops = {
/optee_os-3.20.0/core/drivers/crypto/crypto_api/cipher/
A Dcipher.c16 static const struct crypto_cipher_ops cipher_ops;
163 static const struct crypto_cipher_ops cipher_ops = {
/optee_os-3.20.0/core/drivers/crypto/se050/core/
A Dctr.c146 static struct crypto_cipher_ops aes_ctr_ops = {
/optee_os-3.20.0/core/include/crypto/
A Dcrypto_impl.h150 const struct crypto_cipher_ops *ops;
153 struct crypto_cipher_ops { struct

Completed in 17 milliseconds