Lines Matching defs:cipher
84 static int afalg_ciphers(ENGINE *e, const EVP_CIPHER **cipher,
482 * cipher direction (i.e. encrypt or decrypt) and iv are sent to the
507 /* Sendmsg() sends iv and cipher direction to the kernel */
510 ALG_PERR("%s(%d): sendmsg failed for zero copy cipher operation : ",
534 /* Sendmsg() sends iv, cipher direction and input data to the kernel */
537 ALG_PERR("%s(%d): sendmsg failed for cipher operation : ", __FILE__,
747 static int afalg_ciphers(ENGINE *e, const EVP_CIPHER **cipher,
752 if (cipher == NULL) {
761 *cipher = afalg_aes_cbc(nid);
764 *cipher = NULL;