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

/freebsd-10.0-release/crypto/heimdal/lib/krb5/
H A Dcrypto-evp.c88 static const unsigned char zero_ivec[EVP_MAX_BLOCK_LENGTH] = { 0 }; variable
114 EVP_CipherInit_ex(c, NULL, NULL, NULL, zero_ivec, -1);
122 EVP_CipherInit_ex(c, NULL, NULL, NULL, zero_ivec, -1);
138 EVP_CipherInit_ex(c, NULL, NULL, NULL, zero_ivec, -1);
159 memcpy(ivec2, zero_ivec, blocksize);
164 EVP_CipherInit_ex(c, NULL, NULL, NULL, zero_ivec, -1);
173 EVP_CipherInit_ex(c, NULL, NULL, NULL, zero_ivec, -1);

Completed in 97 milliseconds