Home
last modified time | relevance | path

Searched refs:iv (Results 1 – 3 of 3) sorted by path

/unit/pkg/deb/debian.module/
H A Dcopyright.unit-jsc-common162 iv) states that source code for the Program is available from such
/unit/pkg/rpm/rpmbuild/SOURCES/
H A DCOPYRIGHT.unit-jsc-common162 iv) states that source code for the Program is available from such
/unit/src/
H A Dnxt_openssl.c76 unsigned char *iv, EVP_CIPHER_CTX *ectx, HMAC_CTX *hctx, int enc);
735 nxt_tls_ticket_key_callback(SSL *s, unsigned char *name, unsigned char *iv, argument
764 if (RAND_bytes(iv, EVP_CIPHER_iv_length(cipher)) != 1) {
772 if (EVP_EncryptInit_ex(ectx, cipher, NULL, ticket[0].aes_key, iv) != 1)
802 if (EVP_DecryptInit_ex(ectx, cipher, NULL, ticket[i].aes_key, iv) != 1)