Home
last modified time | relevance | path

Searched refs:test_cipher (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Dtest_cipher.c253 test_cipher(int i, const EVP_CIPHER *c, struct tests *t) in test_cipher() function
356 ret += test_cipher(i, EVP_hcrypto_aes_256_cbc(), &aes_tests[i]); in main()
358 ret += test_cipher(i, EVP_hcrypto_aes_128_cfb8(), &aes_cfb_tests[i]); in main()
360 ret += test_cipher(i, EVP_hcrypto_rc2_cbc(), &rc2_tests[i]); in main()
362 ret += test_cipher(i, EVP_hcrypto_rc2_40_cbc(), &rc2_40_tests[i]); in main()
364 ret += test_cipher(i, EVP_hcrypto_des_ede3_cbc(), &des_ede3_tests[i]); in main()
366 ret += test_cipher(i, EVP_hcrypto_camellia_128_cbc(), in main()
369 ret += test_cipher(i, EVP_hcrypto_rc4(), &rc4_tests[i]); in main()
374 ret += test_cipher(i, EVP_cc_aes_256_cbc(), &aes_tests[i]); in main()
376 ret += test_cipher(i, EVP_cc_aes_128_cfb8(), &aes_cfb_tests[i]); in main()
[all …]
H A Dvalidate.c218 test_cipher(struct tests *t) in test_cipher() function
305 test_cipher(&hc_tests[i]); in hcrypto_validate()
H A DNTMakefile170 $(OBJ)\test_cipher.exe \
208 $(OBJ)\test_cipher.exe: $(OBJ)\test_cipher.obj $(TESTLIB) $(LIBHEIMDAL) $(LIBROKEN) $(LIBHEIMBASE) …
257 -test_cipher.exe
H A DChangeLog32 * test_cipher.c: unbreak des-test
149 * test_cipher.c: Use test from camellia samples.
153 * test_cipher.c: Make camellia-128-cbc tests pass.
157 * test_cipher.c: Sprinkle EVP cipher names.
274 * test_cipher.c (test_cipher): avoid leaking memory
800 * Makefile.am: Add test_cipher, test_pkcs12, add pkcs12.[ch].
H A DMakefile.am78 test_cipher \
H A DMakefile.in161 test_cipher$(EXEEXT) test_engine_dso$(EXEEXT) \
385 test_cipher_SOURCES = test_cipher.c
386 test_cipher_OBJECTS = test_cipher.$(OBJEXT)
480 ./$(DEPDIR)/test_cipher.Po ./$(DEPDIR)/test_dh.Po \
627 test_bulk.c test_cipher.c test_dh.c test_engine_dso.c \
631 test_bn.c test_bulk.c test_cipher.c test_dh.c \
1151 test_cipher \
1844 test_cipher$(EXEEXT): $(test_cipher_OBJECTS) $(test_cipher_DEPENDENCIES) $(EXTRA_test_cipher_DEPEND…
1845 @rm -f test_cipher$(EXEEXT)
1929 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_cipher.Po@am__quote@ # am--include-marker
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Devp_fetch_prov_test.c266 static int test_cipher(const EVP_CIPHER *cipher) in test_cipher() function
281 && test_cipher(EVP_aes_128_cbc()); in test_implicit_EVP_CIPHER_fetch()
299 if (!test_cipher(cipher)) in test_explicit_EVP_CIPHER_fetch()