Lines Matching defs:cipher
61 * cipher/digest status & acceleration definitions
110 /* to handle ctr mode being a stream cipher */
218 cipher_ctx->sess.cipher = cipher_d->devcryptoid;
447 * Check that the cipher is usable
449 sess.cipher = cipher_data[i].devcryptoid;
580 static int devcrypto_ciphers(ENGINE *e, const EVP_CIPHER **cipher,
583 if (cipher == NULL)
586 *cipher = get_cipher_method(nid);
588 return *cipher != NULL;
612 fprintf(stderr, "devcrypto: unknown cipher %s\n", name);
616 fprintf(stderr, "devcrypto: cipher %s not available\n", name);