Searched refs:iv_len (Results 1 - 2 of 2) sorted by relevance

/solaris-userland/components/openssl/common/engines/pkcs11/
H A De_pk11.c211 int iv_len; member in struct:PK11_CIPHER_st
2213 OPENSSL_assert(pcipher->iv_len == AES_BLOCK_SIZE);
2216 if (pcipher->iv_len > 0) {
2218 pmech->ulParameterLen = pcipher->iv_len;
2260 * iv_len in the ctx->cipher structure is the maximum IV length for the
2273 if (ctx->cipher->iv_len < p_ciph_table_row->iv_len ||
/solaris-userland/components/openssl/openssl-fips/inline-t4/
H A De_aes.c1153 gctx->ivlen = c->cipher->iv_len;

Completed in 25 milliseconds