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

/solaris-userland/components/openssl/common/engines/pkcs11/
H A De_pk11.c273 /* Symmetric cipher and digest support functions */
283 static int pk11_engine_ciphers(ENGINE *e, const EVP_CIPHER **cipher,
316 PK11_CIPHER *cipher);
412 * called when libcrypto requests a cipher NID.
1104 * count how many ciphers and digests to support. Since the cipher and
1129 * if an application forgets to clear one cipher context. In case of a
2199 if (ctx->cipher->nid == NID_aes_128_ctr ||
2200 ctx->cipher->nid == NID_aes_192_ctr ||
2201 ctx->cipher->nid == NID_aes_256_ctr) {
2253 index = cipher_nid_to_pk11(ctx->cipher
2490 pk11_engine_ciphers(ENGINE *e, const EVP_CIPHER **cipher, const int **nids, int nid) argument
3198 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...]
/solaris-userland/components/openssl/openssl-fips/inline-t4/
H A De_des3.c275 int mode = ctx->cipher->flags & EVP_CIPH_MODE;
325 int mode = ctx->cipher->flags & EVP_CIPH_MODE;
H A De_aes.c272 mode = ctx->cipher->flags & EVP_CIPH_MODE;
309 size_t bl = ctx->cipher->block_size;
552 mode = ctx->cipher->flags & EVP_CIPH_MODE;
926 mode = ctx->cipher->flags & EVP_CIPH_MODE;
1016 size_t bl = ctx->cipher->block_size;
1035 size_t bl = ctx->cipher->block_size;
1153 gctx->ivlen = c->cipher->iv_len;

Completed in 24 milliseconds