Searched defs:iv_len (Results 1 - 1 of 1) 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 ||

Completed in 21 milliseconds