Symbol: eip93_alg_template
drivers/crypto/inside-secure/eip93/eip93-aead.c
261
struct eip93_alg_template eip93_alg_authenc_hmac_md5_cbc_aes = {
drivers/crypto/inside-secure/eip93/eip93-aead.c
289
struct eip93_alg_template eip93_alg_authenc_hmac_sha1_cbc_aes = {
drivers/crypto/inside-secure/eip93/eip93-aead.c
317
struct eip93_alg_template eip93_alg_authenc_hmac_sha224_cbc_aes = {
drivers/crypto/inside-secure/eip93/eip93-aead.c
345
struct eip93_alg_template eip93_alg_authenc_hmac_sha256_cbc_aes = {
drivers/crypto/inside-secure/eip93/eip93-aead.c
373
struct eip93_alg_template eip93_alg_authenc_hmac_md5_rfc3686_aes = {
drivers/crypto/inside-secure/eip93/eip93-aead.c
402
struct eip93_alg_template eip93_alg_authenc_hmac_sha1_rfc3686_aes = {
drivers/crypto/inside-secure/eip93/eip93-aead.c
431
struct eip93_alg_template eip93_alg_authenc_hmac_sha224_rfc3686_aes = {
drivers/crypto/inside-secure/eip93/eip93-aead.c
460
struct eip93_alg_template eip93_alg_authenc_hmac_sha256_rfc3686_aes = {
drivers/crypto/inside-secure/eip93/eip93-aead.c
489
struct eip93_alg_template eip93_alg_authenc_hmac_md5_cbc_des = {
drivers/crypto/inside-secure/eip93/eip93-aead.c
517
struct eip93_alg_template eip93_alg_authenc_hmac_sha1_cbc_des = {
drivers/crypto/inside-secure/eip93/eip93-aead.c
545
struct eip93_alg_template eip93_alg_authenc_hmac_sha224_cbc_des = {
drivers/crypto/inside-secure/eip93/eip93-aead.c
573
struct eip93_alg_template eip93_alg_authenc_hmac_sha256_cbc_des = {
drivers/crypto/inside-secure/eip93/eip93-aead.c
601
struct eip93_alg_template eip93_alg_authenc_hmac_md5_cbc_des3_ede = {
drivers/crypto/inside-secure/eip93/eip93-aead.c
62
struct eip93_alg_template *tmpl = container_of(tfm->__crt_alg,
drivers/crypto/inside-secure/eip93/eip93-aead.c
629
struct eip93_alg_template eip93_alg_authenc_hmac_sha1_cbc_des3_ede = {
drivers/crypto/inside-secure/eip93/eip93-aead.c
63
struct eip93_alg_template, alg.aead.base);
drivers/crypto/inside-secure/eip93/eip93-aead.c
657
struct eip93_alg_template eip93_alg_authenc_hmac_sha224_cbc_des3_ede = {
drivers/crypto/inside-secure/eip93/eip93-aead.c
685
struct eip93_alg_template eip93_alg_authenc_hmac_sha256_cbc_des3_ede = {
drivers/crypto/inside-secure/eip93/eip93-aead.h
11
extern struct eip93_alg_template eip93_alg_authenc_hmac_md5_cbc_aes;
drivers/crypto/inside-secure/eip93/eip93-aead.h
12
extern struct eip93_alg_template eip93_alg_authenc_hmac_sha1_cbc_aes;
drivers/crypto/inside-secure/eip93/eip93-aead.h
13
extern struct eip93_alg_template eip93_alg_authenc_hmac_sha224_cbc_aes;
drivers/crypto/inside-secure/eip93/eip93-aead.h
14
extern struct eip93_alg_template eip93_alg_authenc_hmac_sha256_cbc_aes;
drivers/crypto/inside-secure/eip93/eip93-aead.h
15
extern struct eip93_alg_template eip93_alg_authenc_hmac_md5_ctr_aes;
drivers/crypto/inside-secure/eip93/eip93-aead.h
16
extern struct eip93_alg_template eip93_alg_authenc_hmac_sha1_ctr_aes;
drivers/crypto/inside-secure/eip93/eip93-aead.h
17
extern struct eip93_alg_template eip93_alg_authenc_hmac_sha224_ctr_aes;
drivers/crypto/inside-secure/eip93/eip93-aead.h
18
extern struct eip93_alg_template eip93_alg_authenc_hmac_sha256_ctr_aes;
drivers/crypto/inside-secure/eip93/eip93-aead.h
19
extern struct eip93_alg_template eip93_alg_authenc_hmac_md5_rfc3686_aes;
drivers/crypto/inside-secure/eip93/eip93-aead.h
20
extern struct eip93_alg_template eip93_alg_authenc_hmac_sha1_rfc3686_aes;
drivers/crypto/inside-secure/eip93/eip93-aead.h
21
extern struct eip93_alg_template eip93_alg_authenc_hmac_sha224_rfc3686_aes;
drivers/crypto/inside-secure/eip93/eip93-aead.h
22
extern struct eip93_alg_template eip93_alg_authenc_hmac_sha256_rfc3686_aes;
drivers/crypto/inside-secure/eip93/eip93-aead.h
23
extern struct eip93_alg_template eip93_alg_authenc_hmac_md5_cbc_des;
drivers/crypto/inside-secure/eip93/eip93-aead.h
24
extern struct eip93_alg_template eip93_alg_authenc_hmac_sha1_cbc_des;
drivers/crypto/inside-secure/eip93/eip93-aead.h
25
extern struct eip93_alg_template eip93_alg_authenc_hmac_sha224_cbc_des;
drivers/crypto/inside-secure/eip93/eip93-aead.h
26
extern struct eip93_alg_template eip93_alg_authenc_hmac_sha256_cbc_des;
drivers/crypto/inside-secure/eip93/eip93-aead.h
27
extern struct eip93_alg_template eip93_alg_authenc_hmac_md5_cbc_des3_ede;
drivers/crypto/inside-secure/eip93/eip93-aead.h
28
extern struct eip93_alg_template eip93_alg_authenc_hmac_sha1_cbc_des3_ede;
drivers/crypto/inside-secure/eip93/eip93-aead.h
29
extern struct eip93_alg_template eip93_alg_authenc_hmac_sha224_cbc_des3_ede;
drivers/crypto/inside-secure/eip93/eip93-aead.h
30
extern struct eip93_alg_template eip93_alg_authenc_hmac_sha256_cbc_des3_ede;
drivers/crypto/inside-secure/eip93/eip93-aead.h
31
extern struct eip93_alg_template eip93_alg_authenc_hmac_md5_ecb_null;
drivers/crypto/inside-secure/eip93/eip93-aead.h
32
extern struct eip93_alg_template eip93_alg_authenc_hmac_sha1_ecb_null;
drivers/crypto/inside-secure/eip93/eip93-aead.h
33
extern struct eip93_alg_template eip93_alg_authenc_hmac_sha224_ecb_null;
drivers/crypto/inside-secure/eip93/eip93-aead.h
34
extern struct eip93_alg_template eip93_alg_authenc_hmac_sha256_ecb_null;
drivers/crypto/inside-secure/eip93/eip93-aes.h
11
extern struct eip93_alg_template eip93_alg_ecb_aes;
drivers/crypto/inside-secure/eip93/eip93-aes.h
12
extern struct eip93_alg_template eip93_alg_cbc_aes;
drivers/crypto/inside-secure/eip93/eip93-aes.h
13
extern struct eip93_alg_template eip93_alg_ctr_aes;
drivers/crypto/inside-secure/eip93/eip93-aes.h
14
extern struct eip93_alg_template eip93_alg_rfc3686_aes;
drivers/crypto/inside-secure/eip93/eip93-cipher.c
178
struct eip93_alg_template *tmpl = container_of(req->base.tfm->__crt_alg,
drivers/crypto/inside-secure/eip93/eip93-cipher.c
179
struct eip93_alg_template, alg.skcipher.base);
drivers/crypto/inside-secure/eip93/eip93-cipher.c
191
struct eip93_alg_template *tmpl = container_of(req->base.tfm->__crt_alg,
drivers/crypto/inside-secure/eip93/eip93-cipher.c
192
struct eip93_alg_template, alg.skcipher.base);
drivers/crypto/inside-secure/eip93/eip93-cipher.c
203
struct eip93_alg_template eip93_alg_ecb_aes = {
drivers/crypto/inside-secure/eip93/eip93-cipher.c
230
struct eip93_alg_template eip93_alg_cbc_aes = {
drivers/crypto/inside-secure/eip93/eip93-cipher.c
257
struct eip93_alg_template eip93_alg_ctr_aes = {
drivers/crypto/inside-secure/eip93/eip93-cipher.c
284
struct eip93_alg_template eip93_alg_rfc3686_aes = {
drivers/crypto/inside-secure/eip93/eip93-cipher.c
311
struct eip93_alg_template eip93_alg_ecb_des = {
drivers/crypto/inside-secure/eip93/eip93-cipher.c
337
struct eip93_alg_template eip93_alg_cbc_des = {
drivers/crypto/inside-secure/eip93/eip93-cipher.c
363
struct eip93_alg_template eip93_alg_ecb_des3_ede = {
drivers/crypto/inside-secure/eip93/eip93-cipher.c
389
struct eip93_alg_template eip93_alg_cbc_des3_ede = {
drivers/crypto/inside-secure/eip93/eip93-cipher.c
53
struct eip93_alg_template *tmpl = container_of(tfm->__crt_alg,
drivers/crypto/inside-secure/eip93/eip93-cipher.c
54
struct eip93_alg_template, alg.skcipher.base);
drivers/crypto/inside-secure/eip93/eip93-cipher.c
85
struct eip93_alg_template *tmpl = container_of(tfm->__crt_alg,
drivers/crypto/inside-secure/eip93/eip93-cipher.c
86
struct eip93_alg_template,
drivers/crypto/inside-secure/eip93/eip93-des.h
11
extern struct eip93_alg_template eip93_alg_ecb_des;
drivers/crypto/inside-secure/eip93/eip93-des.h
12
extern struct eip93_alg_template eip93_alg_cbc_des;
drivers/crypto/inside-secure/eip93/eip93-des.h
13
extern struct eip93_alg_template eip93_alg_ecb_des3_ede;
drivers/crypto/inside-secure/eip93/eip93-des.h
14
extern struct eip93_alg_template eip93_alg_cbc_des3_ede;
drivers/crypto/inside-secure/eip93/eip93-hash.c
575
struct eip93_alg_template *tmpl = container_of(tfm->__crt_alg,
drivers/crypto/inside-secure/eip93/eip93-hash.c
576
struct eip93_alg_template, alg.ahash.halg.base);
drivers/crypto/inside-secure/eip93/eip93-hash.c
633
struct eip93_alg_template eip93_alg_md5 = {
drivers/crypto/inside-secure/eip93/eip93-hash.c
663
struct eip93_alg_template eip93_alg_sha1 = {
drivers/crypto/inside-secure/eip93/eip93-hash.c
693
struct eip93_alg_template eip93_alg_sha224 = {
drivers/crypto/inside-secure/eip93/eip93-hash.c
723
struct eip93_alg_template eip93_alg_sha256 = {
drivers/crypto/inside-secure/eip93/eip93-hash.c
753
struct eip93_alg_template eip93_alg_hmac_md5 = {
drivers/crypto/inside-secure/eip93/eip93-hash.c
784
struct eip93_alg_template eip93_alg_hmac_sha1 = {
drivers/crypto/inside-secure/eip93/eip93-hash.c
815
struct eip93_alg_template eip93_alg_hmac_sha224 = {
drivers/crypto/inside-secure/eip93/eip93-hash.c
846
struct eip93_alg_template eip93_alg_hmac_sha256 = {
drivers/crypto/inside-secure/eip93/eip93-hash.h
73
extern struct eip93_alg_template eip93_alg_md5;
drivers/crypto/inside-secure/eip93/eip93-hash.h
74
extern struct eip93_alg_template eip93_alg_sha1;
drivers/crypto/inside-secure/eip93/eip93-hash.h
75
extern struct eip93_alg_template eip93_alg_sha224;
drivers/crypto/inside-secure/eip93/eip93-hash.h
76
extern struct eip93_alg_template eip93_alg_sha256;
drivers/crypto/inside-secure/eip93/eip93-hash.h
77
extern struct eip93_alg_template eip93_alg_hmac_md5;
drivers/crypto/inside-secure/eip93/eip93-hash.h
78
extern struct eip93_alg_template eip93_alg_hmac_sha1;
drivers/crypto/inside-secure/eip93/eip93-hash.h
79
extern struct eip93_alg_template eip93_alg_hmac_sha224;
drivers/crypto/inside-secure/eip93/eip93-hash.h
80
extern struct eip93_alg_template eip93_alg_hmac_sha256;
drivers/crypto/inside-secure/eip93/eip93-main.c
30
static struct eip93_alg_template *eip93_algs[] = {