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

/solaris-userland-s11u3/components/openssl/common/engines/pkcs11/
H A De_pk11.c229 int iv_len; member in struct:PK11_CIPHER_st
2266 OPENSSL_assert(pcipher->iv_len == AES_BLOCK_SIZE);
2271 if (pcipher->iv_len > 0)
2274 pmech->ulParameterLen = pcipher->iv_len;
2316 * iv_len in the ctx->cipher structure is the maximum IV length for the
2329 if (ctx->cipher->iv_len < p_ciph_table_row->iv_len ||

Completed in 35 milliseconds