HomeSort by: relevance | last modified time | path
    Searched refs:aes_iv (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/test/
evp_skey_test.c 106 unsigned char aes_key[KEY_SIZE], aes_iv[IV_SIZE]; local
126 memset(aes_iv, 2, IV_SIZE);
145 || !TEST_int_gt(EVP_CipherInit_SKEY(ctx, aes_cbc, skey, aes_iv, IV_SIZE, 1, NULL), 0)
155 if (!TEST_int_gt(EVP_CipherInit_ex2(ctx, aes_cbc, aes_key, aes_iv, 1, NULL), 0)
  /src/tests/crypto/opencrypto/
h_ioctl.c 50 unsigned char aes_iv[AES_IV_LEN] = variable
  /src/crypto/external/bsd/libsaslc/dist/src/
mech_digestmd5.c 1026 md5hash_t aes_iv; /* initial value buffer for aes */ local
1110 saslc__crypto_md5_hash(buf, sizeof(buf), aes_iv);
1111 ivp = aes_iv;

Completed in 18 milliseconds