Searched refs:authenc (Results 1 – 5 of 5) sorted by relevance
| /linux/crypto/ |
| H A D | authenc.c | 82 static int crypto_authenc_setkey(struct crypto_aead *authenc, const u8 *key, in crypto_authenc_setkey() argument 85 struct crypto_authenc_ctx *ctx = crypto_aead_ctx(authenc); in crypto_authenc_setkey() 95 crypto_ahash_set_flags(auth, crypto_aead_get_flags(authenc) & in crypto_authenc_setkey() 102 crypto_skcipher_set_flags(enc, crypto_aead_get_flags(authenc) & in crypto_authenc_setkey() 112 struct crypto_aead *authenc = crypto_aead_reqtfm(req); in authenc_geniv_ahash_finish() local 113 struct aead_instance *inst = aead_alg_instance(authenc); in authenc_geniv_ahash_finish() 120 crypto_aead_authsize(authenc), 1); in authenc_geniv_ahash_finish() 147 struct crypto_aead *authenc = crypto_aead_reqtfm(req); in crypto_authenc_genicv() local 148 struct aead_instance *inst = aead_alg_instance(authenc); in crypto_authenc_genicv() 149 struct crypto_authenc_ctx *ctx = crypto_aead_ctx(authenc); in crypto_authenc_genicv() [all …]
|
| H A D | Kconfig | 838 that the keys are presented in the same format used by the authenc
|
| /linux/drivers/crypto/ |
| H A D | talitos.c | 964 static int aead_setkey(struct crypto_aead *authenc, in aead_setkey() argument 967 struct talitos_ctx *ctx = crypto_aead_ctx(authenc); in aead_setkey() 997 static int aead_des3_setkey(struct crypto_aead *authenc, in aead_des3_setkey() argument 1000 struct talitos_ctx *ctx = crypto_aead_ctx(authenc); in aead_des3_setkey() 1013 err = verify_aead_des3_key(authenc, keys.enckey, keys.enckeylen); in aead_des3_setkey() 1102 struct crypto_aead *authenc = crypto_aead_reqtfm(areq); in ipsec_esp_encrypt_done() local 1103 unsigned int ivsize = crypto_aead_ivsize(authenc); in ipsec_esp_encrypt_done() 1122 struct crypto_aead *authenc = crypto_aead_reqtfm(req); in ipsec_esp_decrypt_swauth_done() local 1123 unsigned int authsize = crypto_aead_authsize(authenc); in ipsec_esp_decrypt_swauth_done() 1492 struct crypto_aead *authenc = crypto_aead_reqtfm(areq); in aead_edesc_alloc() local [all …]
|
| /linux/Documentation/admin-guide/device-mapper/ |
| H A D | dm-crypt.rst | 46 capi:authenc(hmac(sha256),xts(aes))-random
|
| /linux/Documentation/crypto/ |
| H A D | krb5.rst | 261 plaintext before encrypting it (the reverse of authenc). The handle returned
|