Searched refs:eip93_alg_template (Results 1 – 9 of 9) sorted by relevance
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;23 extern struct eip93_alg_template eip93_alg_authenc_hmac_md5_cbc_des;24 extern struct eip93_alg_template eip93_alg_authenc_hmac_sha1_cbc_des;[all …]
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;
54 struct eip93_alg_template, alg.skcipher.base); in eip93_skcipher_cra_init()86 struct eip93_alg_template, in eip93_skcipher_setkey()179 struct eip93_alg_template, alg.skcipher.base); in eip93_skcipher_encrypt()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 = {257 struct eip93_alg_template eip93_alg_ctr_aes = {284 struct eip93_alg_template eip93_alg_rfc3686_aes = {311 struct eip93_alg_template eip93_alg_ecb_des = {337 struct eip93_alg_template eip93_alg_cbc_des = {[all …]
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 = {489 struct eip93_alg_template eip93_alg_authenc_hmac_md5_cbc_des = {517 struct eip93_alg_template eip93_alg_authenc_hmac_sha1_cbc_des = {545 struct eip93_alg_template eip93_alg_authenc_hmac_sha224_cbc_des = {[all …]
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;
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;
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 = {
140 struct eip93_alg_template { struct
30 static struct eip93_alg_template *eip93_algs[] = {
Completed in 12 milliseconds