HomeSort by relevance Sort by last modified time
    Searched defs:ivlen (Results 1 - 3 of 3) sorted by null

  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
crypto_gnutls.c 214 int ivlen; local
273 ivlen = gcry_cipher_get_algo_blklen(a);
274 if (gcry_cipher_setiv(ctx->enc, iv, ivlen) != GPG_ERR_NO_ERROR ||
275 gcry_cipher_setiv(ctx->dec, iv, ivlen) != GPG_ERR_NO_ERROR) {
  /external/tcpdump/
print-esp.c 76 int ivlen; member in struct:sa_list
257 sa1.ivlen = 0;
263 sa1.ivlen = EVP_CIPHER_iv_length(evp);
357 int ivlen = 0; local
469 ivlen = sa->ivlen;
483 EVP_Cipher(&ctx, p + ivlen, p + ivlen, ep - (p + ivlen));
484 advance = ivoff - (u_char *)esp + ivlen;
    [all...]
  /external/openssl/crypto/pkcs7/
pk7_doit.c 206 int keylen,ivlen; local
218 ivlen=EVP_CIPHER_iv_length(evp_cipher);
220 if (ivlen > 0)
221 if (RAND_pseudo_bytes(iv,ivlen) <= 0)
230 if (ivlen > 0) {
422 int keylen,ivlen;

Completed in 29 milliseconds