Lines Matching refs:EVP_add_cipher
31 EVP_add_cipher(EVP_des_cbc()); in DEFINE_RUN_ONCE_STATIC()
32 EVP_add_cipher(EVP_des_ede3_cbc()); in DEFINE_RUN_ONCE_STATIC()
35 EVP_add_cipher(EVP_idea_cbc()); in DEFINE_RUN_ONCE_STATIC()
38 EVP_add_cipher(EVP_rc4()); in DEFINE_RUN_ONCE_STATIC()
40 EVP_add_cipher(EVP_rc4_hmac_md5()); in DEFINE_RUN_ONCE_STATIC()
44 EVP_add_cipher(EVP_rc2_cbc()); in DEFINE_RUN_ONCE_STATIC()
49 EVP_add_cipher(EVP_rc2_40_cbc()); in DEFINE_RUN_ONCE_STATIC()
51 EVP_add_cipher(EVP_aes_128_cbc()); in DEFINE_RUN_ONCE_STATIC()
52 EVP_add_cipher(EVP_aes_192_cbc()); in DEFINE_RUN_ONCE_STATIC()
53 EVP_add_cipher(EVP_aes_256_cbc()); in DEFINE_RUN_ONCE_STATIC()
54 EVP_add_cipher(EVP_aes_128_gcm()); in DEFINE_RUN_ONCE_STATIC()
55 EVP_add_cipher(EVP_aes_256_gcm()); in DEFINE_RUN_ONCE_STATIC()
56 EVP_add_cipher(EVP_aes_128_ccm()); in DEFINE_RUN_ONCE_STATIC()
57 EVP_add_cipher(EVP_aes_256_ccm()); in DEFINE_RUN_ONCE_STATIC()
58 EVP_add_cipher(EVP_aes_128_cbc_hmac_sha1()); in DEFINE_RUN_ONCE_STATIC()
59 EVP_add_cipher(EVP_aes_256_cbc_hmac_sha1()); in DEFINE_RUN_ONCE_STATIC()
60 EVP_add_cipher(EVP_aes_128_cbc_hmac_sha256()); in DEFINE_RUN_ONCE_STATIC()
61 EVP_add_cipher(EVP_aes_256_cbc_hmac_sha256()); in DEFINE_RUN_ONCE_STATIC()
63 EVP_add_cipher(EVP_aria_128_gcm()); in DEFINE_RUN_ONCE_STATIC()
64 EVP_add_cipher(EVP_aria_256_gcm()); in DEFINE_RUN_ONCE_STATIC()
67 EVP_add_cipher(EVP_camellia_128_cbc()); in DEFINE_RUN_ONCE_STATIC()
68 EVP_add_cipher(EVP_camellia_256_cbc()); in DEFINE_RUN_ONCE_STATIC()
71 EVP_add_cipher(EVP_chacha20_poly1305()); in DEFINE_RUN_ONCE_STATIC()
75 EVP_add_cipher(EVP_seed_cbc()); in DEFINE_RUN_ONCE_STATIC()