Searched defs:cipher (Results 1 - 1 of 1) sorted by relevance

/solaris-userland-s11u3/components/openssl/common/engines/pkcs11/
H A De_pk11.c291 /* Symmetric cipher and digest support functions */
301 static int pk11_engine_ciphers(ENGINE *e, const EVP_CIPHER **cipher,
326 PK11_CIPHER *cipher);
432 * called when libcrypto requests a cipher NID.
1108 * count how many ciphers and digests to support. Since the cipher and
1133 * if an application forgets to clear one cipher context. In case of a
2251 if (ctx->cipher->nid == NID_aes_128_ctr ||
2252 ctx->cipher->nid == NID_aes_192_ctr ||
2253 ctx->cipher->nid == NID_aes_256_ctr)
2310 index = cipher_nid_to_pk11(ctx->cipher
2551 pk11_engine_ciphers(ENGINE *e, const EVP_CIPHER **cipher, const int **nids, int nid) argument
3293 pk11_get_symmetric_cipher(CK_FUNCTION_LIST_PTR pflist, int slot_id, int *current_slot_n_cipher, int *local_cipher_nids, PK11_CIPHER *cipher) argument
[all...]

Completed in 48 milliseconds