Searched refs:eip93_alg_template (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/crypto/inside-secure/eip93/ |
| H A D | eip93-aead.h | 11 extern struct eip93_alg_template eip93_alg_authenc_hmac_md5_cbc_aes; 12 extern struct eip93_alg_template eip93_alg_authenc_hmac_sha1_cbc_aes; 13 extern struct eip93_alg_template eip93_alg_authenc_hmac_sha224_cbc_aes; 14 extern struct eip93_alg_template eip93_alg_authenc_hmac_sha256_cbc_aes; 15 extern struct eip93_alg_template eip93_alg_authenc_hmac_md5_ctr_aes; 16 extern struct eip93_alg_template eip93_alg_authenc_hmac_sha1_ctr_aes; 17 extern struct eip93_alg_template eip93_alg_authenc_hmac_sha224_ctr_aes; 18 extern struct eip93_alg_template eip93_alg_authenc_hmac_sha256_ctr_aes; 19 extern struct eip93_alg_template eip93_alg_authenc_hmac_md5_rfc3686_aes; 20 extern struct eip93_alg_template eip93_alg_authenc_hmac_sha1_rfc3686_aes; [all …]
|
| H A D | eip93-hash.h | 73 extern struct eip93_alg_template eip93_alg_md5; 74 extern struct eip93_alg_template eip93_alg_sha1; 75 extern struct eip93_alg_template eip93_alg_sha224; 76 extern struct eip93_alg_template eip93_alg_sha256; 77 extern struct eip93_alg_template eip93_alg_hmac_md5; 78 extern struct eip93_alg_template eip93_alg_hmac_sha1; 79 extern struct eip93_alg_template eip93_alg_hmac_sha224; 80 extern struct eip93_alg_template eip93_alg_hmac_sha256;
|
| H A D | eip93-cipher.c | 53 struct eip93_alg_template *tmpl = container_of(tfm->__crt_alg, in eip93_skcipher_cra_init() 54 struct eip93_alg_template, alg.skcipher.base); in eip93_skcipher_cra_init() 85 struct eip93_alg_template *tmpl = container_of(tfm->__crt_alg, in eip93_skcipher_setkey() 86 struct eip93_alg_template, in eip93_skcipher_setkey() 178 struct eip93_alg_template *tmpl = container_of(req->base.tfm->__crt_alg, in eip93_skcipher_encrypt() 179 struct eip93_alg_template, alg.skcipher.base); in eip93_skcipher_encrypt() 191 struct eip93_alg_template *tmpl = container_of(req->base.tfm->__crt_alg, in eip93_skcipher_decrypt() 192 struct eip93_alg_template, alg.skcipher.base); in eip93_skcipher_decrypt() 203 struct eip93_alg_template eip93_alg_ecb_aes = { 230 struct eip93_alg_template eip93_alg_cbc_aes = { [all …]
|
| H A D | eip93-aead.c | 62 struct eip93_alg_template *tmpl = container_of(tfm->__crt_alg, in eip93_aead_cra_init() 63 struct eip93_alg_template, alg.aead.base); in eip93_aead_cra_init() 261 struct eip93_alg_template eip93_alg_authenc_hmac_md5_cbc_aes = { 289 struct eip93_alg_template eip93_alg_authenc_hmac_sha1_cbc_aes = { 317 struct eip93_alg_template eip93_alg_authenc_hmac_sha224_cbc_aes = { 345 struct eip93_alg_template eip93_alg_authenc_hmac_sha256_cbc_aes = { 373 struct eip93_alg_template eip93_alg_authenc_hmac_md5_rfc3686_aes = { 402 struct eip93_alg_template eip93_alg_authenc_hmac_sha1_rfc3686_aes = { 431 struct eip93_alg_template eip93_alg_authenc_hmac_sha224_rfc3686_aes = { 460 struct eip93_alg_template eip93_alg_authenc_hmac_sha256_rfc3686_aes = { [all …]
|
| H A D | eip93-aes.h | 11 extern struct eip93_alg_template eip93_alg_ecb_aes; 12 extern struct eip93_alg_template eip93_alg_cbc_aes; 13 extern struct eip93_alg_template eip93_alg_ctr_aes; 14 extern struct eip93_alg_template eip93_alg_rfc3686_aes;
|
| H A D | eip93-des.h | 11 extern struct eip93_alg_template eip93_alg_ecb_des; 12 extern struct eip93_alg_template eip93_alg_cbc_des; 13 extern struct eip93_alg_template eip93_alg_ecb_des3_ede; 14 extern struct eip93_alg_template eip93_alg_cbc_des3_ede;
|
| H A D | eip93-hash.c | 575 struct eip93_alg_template *tmpl = container_of(tfm->__crt_alg, in eip93_hash_cra_init() 576 struct eip93_alg_template, alg.ahash.halg.base); in eip93_hash_cra_init() 633 struct eip93_alg_template eip93_alg_md5 = { 663 struct eip93_alg_template eip93_alg_sha1 = { 693 struct eip93_alg_template eip93_alg_sha224 = { 723 struct eip93_alg_template eip93_alg_sha256 = { 753 struct eip93_alg_template eip93_alg_hmac_md5 = { 784 struct eip93_alg_template eip93_alg_hmac_sha1 = { 815 struct eip93_alg_template eip93_alg_hmac_sha224 = { 846 struct eip93_alg_template eip93_alg_hmac_sha256 = {
|
| H A D | eip93-main.h | 140 struct eip93_alg_template { struct
|
| H A D | eip93-main.c | 30 static struct eip93_alg_template *eip93_algs[] = {
|