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

12

/freebsd-11-stable/crypto/openssl/engines/ccgost/
H A Dgost_crypt.c44 8, /* iv_len */
61 8, /* iv_len */
439 if (!ASN1_OCTET_STRING_set(gcp->iv, ctx->iv, ctx->cipher->iv_len)) {
488 if (len != ctx->cipher->iv_len) {
/freebsd-11-stable/crypto/openssl/apps/
H A Denc.c635 if (cipher->iv_len > 0) {
637 for (i = 0; i < cipher->iv_len; i++)
/freebsd-11-stable/crypto/openssl/ssl/
H A Dt1_enc.c358 c->nid, c->block_size, c->key_len, c->iv_len);
561 for (i = 0; i < c->iv_len; i++)
870 "\tEVP_CIPHER_CTX: %d buf_len, %d key_len [%lu %lu], %d iv_len\n",
872 DES_SCHEDULE_SZ, ds->cipher->iv_len);
874 for (i = 0; i < ds->cipher->iv_len; i++)
/freebsd-11-stable/contrib/wpa/src/eap_common/
H A Deap_sake_common.c106 attr->iv_len = len;
/freebsd-11-stable/crypto/openssh/
H A Dpacket.c978 explicit_bzero(enc->iv, enc->iv_len);
1005 enc->iv, enc->iv_len, crypt_type)) != 0)
2530 if ((r = cipher_get_keyiv(cc, enc->iv, enc->iv_len)) != 0)
2540 (r = sshbuf_put_string(b, enc->iv, enc->iv_len)) != 0)
2675 enc->iv_len = ivlen;
/freebsd-11-stable/crypto/openssl/crypto/evp/
H A Devp.h313 int iv_len; member in struct:evp_cipher_st
H A De_aes.c1156 gctx->ivlen = c->cipher->iv_len;

Completed in 190 milliseconds

12