Searched refs:givdecrypt (Results 1 - 7 of 7) sorted by relevance

/linux-4.1.27/include/crypto/
H A Daead.h48 return crt->givdecrypt(req); crypto_aead_givdecrypt()
H A Dskcipher.h52 return crt->givdecrypt(req); crypto_skcipher_givdecrypt()
/linux-4.1.27/crypto/
H A Dablkcipher.c376 crt->givdecrypt = skcipher_null_givdecrypt; crypto_init_ablkcipher_ops()
458 crt->givdecrypt = alg->givdecrypt ?: no_givdecrypt; crypto_init_givcipher_ops()
H A Daead.c106 crt->givdecrypt = alg->givdecrypt ?: no_givcrypt; crypto_init_aead_ops()
190 crt->givdecrypt = aead_null_givdecrypt; crypto_init_nivaead_ops()
H A Dcryptd.c788 inst->alg.cra_aead.givdecrypt = alg->cra_aead.givdecrypt; cryptd_create_aead()
H A Dblkcipher.c470 crt->givdecrypt = skcipher_null_givdecrypt; crypto_init_blkcipher_ops_async()
/linux-4.1.27/include/linux/
H A Dcrypto.h268 * @givdecrypt: Update the IV for decryption. This is the reverse of
278 * All fields except @givencrypt , @givdecrypt , @geniv and @ivsize are
287 int (*givdecrypt)(struct skcipher_givcrypt_request *req); member in struct:ablkcipher_alg
315 * @givdecrypt: see struct ablkcipher_alg
319 * All fields except @givencrypt , @givdecrypt , @geniv and @ivsize are
329 int (*givdecrypt)(struct aead_givcrypt_request *req); member in struct:aead_alg
597 int (*givdecrypt)(struct skcipher_givcrypt_request *req); member in struct:ablkcipher_tfm
611 int (*givdecrypt)(struct aead_givcrypt_request *req); member in struct:aead_tfm

Completed in 180 milliseconds