Lines Matching defs:cipher
15 * References to the underlying cipher implementation. |cipher| caches
16 * the cipher, always. |alloc_cipher| only holds a reference to an
17 * explicitly fetched cipher.
19 const EVP_CIPHER *cipher; /* cipher */
20 EVP_CIPHER *alloc_cipher; /* fetched cipher */
23 ENGINE *engine; /* cipher engine */
41 * Load a cipher from the specified parameters with the specified context.
42 * The params "properties", "engine" and "cipher" are used to determine the
50 /* Reset the PROV_CIPHER fields and free any allocated cipher reference */
56 /* Query the cipher and associated engine (if any) */
109 * used, and the parameters "digest", "cipher", "engine" and "properties" are
117 * Similarly, as an option, a cipher name or a digest name may be explicitly
118 * given, and if any of them is, the "digest" and "cipher" parameters are