Home
last modified time | relevance | path

Searched refs:ivlen (Results 1 – 2 of 2) sorted by relevance

/hostap-3.6.0/src/crypto/
Dcrypto_gnutls.c409 int ivlen; in crypto_cipher_init() local
468 ivlen = gcry_cipher_get_algo_blklen(a); in crypto_cipher_init()
469 if (gcry_cipher_setiv(ctx->enc, iv, ivlen) != GPG_ERR_NO_ERROR || in crypto_cipher_init()
470 gcry_cipher_setiv(ctx->dec, iv, ivlen) != GPG_ERR_NO_ERROR) { in crypto_cipher_init()
Dcrypto_linux.c714 alg_iv->ivlen = iv_len; in aes_128_cbc_oper()
823 alg_iv->ivlen = iv_len; in aes_unwrap()
912 alg_iv->ivlen = iv_len; in crypto_cipher_init()