Searched full:rfc3686 (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/crypto/caam/ |
| H A D | caamalg.c | 95 bool rfc3686; member 205 const bool is_rfc3686 = alg->caam.rfc3686; in aead_set_sh_desc() 223 * RFC3686 specific: in aead_set_sh_desc() 749 const bool is_rfc3686 = alg->caam.rfc3686; in skcipher_setkey() 794 * RFC3686 specific: in rfc3686_skcipher_setkey() 1209 const bool is_rfc3686 = alg->caam.rfc3686; in init_authenc_job() 1222 * RFC3686 specific: in init_authenc_job() 1969 .cra_name = "rfc3686(ctr(aes))", 1970 .cra_driver_name = "rfc3686-ctr-aes-caam", 1989 .rfc3686 = true, [all …]
|
| H A D | caamalg_desc.c | 226 * RFC3686 specific: in init_sh_desc_key_aead() 282 * @is_rfc3686: true when ctr(aes) is wrapped by rfc3686 template 283 * @nonce: pointer to rfc3686 nonce 377 * @is_rfc3686: true when ctr(aes) is wrapped by rfc3686 template 378 * @nonce: pointer to rfc3686 nonce 494 * @is_rfc3686: true when ctr(aes) is wrapped by rfc3686 template 495 * @nonce: pointer to rfc3686 nonce 1375 * @is_rfc3686: true when ctr(aes) is wrapped by rfc3686 template 1451 * @is_rfc3686: true when ctr(aes) is wrapped by rfc3686 template
|
| H A D | caamalg_qi.c | 44 bool rfc3686; member 97 const bool is_rfc3686 = alg->caam.rfc3686; in aead_set_sh_desc() 112 * RFC3686 specific: in aead_set_sh_desc() 631 const bool is_rfc3686 = alg->caam.rfc3686; in skcipher_setkey() 688 * RFC3686 specific: in rfc3686_skcipher_setkey() 1040 if ((alg->caam.rfc3686 && encrypt) || !alg->caam.geniv) in aead_edesc_alloc() 1551 .cra_name = "rfc3686(ctr(aes))", 1552 .cra_driver_name = "rfc3686-ctr-aes-caam-qi", 1568 .rfc3686 = true,
|
| /linux/drivers/crypto/cavium/nitrox/ |
| H A D | nitrox_skcipher.c | 33 { "rfc3686(ctr(aes))", CIPHER_AES_CTR }, 443 .cra_name = "rfc3686(ctr(aes))",
|
| /linux/drivers/crypto/ccp/ |
| H A D | ccp-crypto.h | 120 /* Fields used for RFC3686 requests */
|
| /linux/drivers/crypto/inside-secure/ |
| H A D | safexcel_cipher.c | 1414 .cra_name = "rfc3686(ctr(aes))", 2234 .cra_name = "authenc(hmac(sha1),rfc3686(ctr(aes)))", 2269 .cra_name = "authenc(hmac(sha256),rfc3686(ctr(aes)))", 2304 .cra_name = "authenc(hmac(sha224),rfc3686(ctr(aes)))", 2339 .cra_name = "authenc(hmac(sha512),rfc3686(ctr(aes)))", 2374 .cra_name = "authenc(hmac(sha384),rfc3686(ctr(aes)))", 3150 .cra_name = "rfc3686(ctr(sm4))", 3356 .cra_name = "authenc(hmac(sha1),rfc3686(ctr(sm4)))", 3391 .cra_name = "authenc(hmac(sm3),rfc3686(ctr(sm4)))",
|
| /linux/net/xfrm/ |
| H A D | xfrm_algo.c | 557 .name = "rfc3686(ctr(aes))",
|