HomeSort by: relevance | last modified time | path
    Searched defs:no_null_key (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/test/
evp_libctx_test.c 350 int ret = 0, diff, ccm, siv, no_null_key; local
454 no_null_key = EVP_CIPHER_is_a(cipher, "RC4")
465 || (!no_null_key
479 || (!siv && !no_null_key && !TEST_mem_eq(out1, out1_len, out3, out3_len)))
  /src/crypto/external/bsd/openssl/dist/test/
evp_libctx_test.c 316 int ret = 0, diff, ccm, siv, no_null_key; local
360 no_null_key = EVP_CIPHER_is_a(cipher, "RC4")
372 || (!no_null_key
386 || (!siv && !no_null_key && !TEST_mem_eq(out1, out1_len, out3, out3_len)))

Completed in 27 milliseconds