Home
last modified time | relevance | path

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

/optee_os/core/crypto/
H A Dsm4-ecb.c21 static const struct crypto_cipher_ops sm4_ecb_ops;
82 static const struct crypto_cipher_ops sm4_ecb_ops = {
H A Dsm4-ctr.c23 static const struct crypto_cipher_ops sm4_ctr_ops;
84 static const struct crypto_cipher_ops sm4_ctr_ops = {
H A Dsm4-cbc.c23 static const struct crypto_cipher_ops sm4_cbc_ops;
87 static const struct crypto_cipher_ops sm4_cbc_ops = {
H A Dsm4-xts.c24 static const struct crypto_cipher_ops sm4_xts_ops;
97 static const struct crypto_cipher_ops sm4_xts_ops = {
H A Daes-cts.c40 static const struct crypto_cipher_ops cts_ops;
226 static const struct crypto_cipher_ops cts_ops = {
H A Dcrypto.c177 static const struct crypto_cipher_ops *cipher_ops(void *ctx) in cipher_ops()
/optee_os/lib/libmbedtls/core/
H 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 = {
H 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 = {
H 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 = {
H 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 = {
H 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 = {
H 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 = {
H 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/core/lib/libtomcrypt/
H A Dctr.c22 static const struct crypto_cipher_ops ltc_ctr_ops;
88 static const struct crypto_cipher_ops ltc_ctr_ops = {
H A Dxts.c26 static const struct crypto_cipher_ops ltc_xts_ops;
105 static const struct crypto_cipher_ops ltc_xts_ops = {
H A Dcbc.c25 static const struct crypto_cipher_ops ltc_cbc_ops;
95 static const struct crypto_cipher_ops ltc_cbc_ops = {
H A Decb.c25 static const struct crypto_cipher_ops ltc_ecb_ops;
93 static const struct crypto_cipher_ops ltc_ecb_ops = {
/optee_os/core/drivers/crypto/crypto_api/cipher/
H A Dcipher.c15 static const struct crypto_cipher_ops cipher_ops;
162 static const struct crypto_cipher_ops cipher_ops = {
/optee_os/core/drivers/crypto/se050/core/
H A Dctr.c146 static struct crypto_cipher_ops aes_ctr_ops = {
/optee_os/core/include/crypto/
H A Dcrypto_impl.h230 const struct crypto_cipher_ops *ops;
233 struct crypto_cipher_ops { struct