Home
last modified time | relevance | path

Searched refs:EVP_aes_256_cbc (Results 1 – 24 of 24) sorted by relevance

/openbsd/lib/libtls/
H A Dtls_server.c191 if (!EVP_EncryptInit_ex(ctx, EVP_aes_256_cbc(), NULL, in tls_server_ticket_cb()
210 if (!EVP_DecryptInit_ex(ctx, EVP_aes_256_cbc(), NULL, in tls_server_ticket_cb()
/openbsd/lib/libcrypto/evp/
H A Devp_names.c113 .cipher = EVP_aes_256_cbc,
156 .cipher = EVP_aes_256_cbc,
574 .cipher = EVP_aes_256_cbc,
625 .cipher = EVP_aes_256_cbc,
H A De_aes.c1061 EVP_aes_256_cbc(void) in EVP_aes_256_cbc() function
1069 LCRYPTO_ALIAS(EVP_aes_256_cbc);
H A Devp.h682 const EVP_CIPHER *EVP_aes_256_cbc(void);
/openbsd/usr.bin/openssl/
H A Dgendsa.c93 return EVP_aes_256_cbc(); in get_cipher_by_name()
H A Dgenrsa.c121 return EVP_aes_256_cbc(); in get_cipher_by_name()
H A Dsmime.c122 return EVP_aes_256_cbc(); in get_cipher_by_name()
H A Dpkcs12.c165 return EVP_aes_256_cbc(); in get_cipher_by_name()
H A Dreq.c587 cipher = EVP_aes_256_cbc(); in req_main()
H A Dcms.c165 return EVP_aes_256_cbc(); in get_cipher_by_name()
/openbsd/regress/lib/libcrypto/pkcs7/
H A Dpkcs7test.c146 cipher = EVP_aes_256_cbc(); in main()
/openbsd/lib/libfido2/src/
H A Daes256.c33 (cipher = EVP_aes_256_cbc()) == NULL) { in aes256_cbc()
/openbsd/regress/lib/libcrypto/cms/
H A Dcmstest.c181 if ((ci = CMS_encrypt(certs, bio_mem, EVP_aes_256_cbc(), 0)) == NULL) { in test_cms_encrypt_decrypt()
/openbsd/usr.bin/ssh/
H A Dcipher.c87 { "aes256-cbc", 16, 32, 0, 0, CFLAG_CBC, EVP_aes_256_cbc },
/openbsd/lib/libcrypto/hidden/openssl/
H A Devp.h225 LCRYPTO_USED(EVP_aes_256_cbc);
/openbsd/regress/lib/libcrypto/aes/
H A Daes_test.c825 *out_cipher = EVP_aes_256_cbc(); in aes_cipher_from_nid()
/openbsd/sbin/iked/
H A Dcrypto.c393 cipher = EVP_aes_256_cbc(); in cipher_new()
/openbsd/lib/libssl/
H A Dssl_ciph.c434 *enc = EVP_aes_256_cbc(); in ssl_cipher_get_evp()
/openbsd/sbin/unwind/libunbound/util/
H A Dnet_help.c1744 cipher = EVP_aes_256_cbc(); in tls_session_ticket_key_cb()
/openbsd/usr.sbin/unbound/util/
H A Dnet_help.c1744 cipher = EVP_aes_256_cbc(); in tls_session_ticket_key_cb()
/openbsd/lib/libcrypto/
H A DSymbols.list1304 EVP_aes_256_cbc
/openbsd/usr.sbin/unbound/
H A Dconfig.h.in225 /* Define to 1 if you have the `EVP_aes_256_cbc' function. */
H A Dconfigure.ac993 …ERR_free_strings RAND_cleanup DSA_SIG_set0 EVP_dss1 EVP_DigestVerify EVP_aes_256_cbc EVP_EncryptIn…
/openbsd/regress/lib/libcrypto/wycheproof/
H A Dwycheproof.go677 256: C.EVP_aes_256_cbc(),