Searched refs:iv (Results 1 – 3 of 3) sorted by relevance
/unit/src/ |
H A D | nxt_openssl.c | 76 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)
|
/unit/pkg/deb/debian.module/ |
H A D | copyright.unit-jsc-common | 162 iv) states that source code for the Program is available from such
|
/unit/pkg/rpm/rpmbuild/SOURCES/ |
H A D | COPYRIGHT.unit-jsc-common | 162 iv) states that source code for the Program is available from such
|