Searched refs:EVP_ORIG_GLOBAL (Results 1 – 25 of 26) sorted by relevance
12
/third_party/openssl/crypto/evp/ |
D | legacy_sha.c | 92 EVP_ORIG_GLOBAL, 107 EVP_ORIG_GLOBAL, 122 EVP_ORIG_GLOBAL, 137 EVP_ORIG_GLOBAL, 152 EVP_ORIG_GLOBAL, 167 EVP_ORIG_GLOBAL, 182 EVP_ORIG_GLOBAL, 200 EVP_ORIG_GLOBAL, \ 215 EVP_ORIG_GLOBAL, \
|
D | legacy_blake2.c | 25 EVP_ORIG_GLOBAL, 40 EVP_ORIG_GLOBAL,
|
D | e_rc4.c | 41 EVP_ORIG_GLOBAL, 56 EVP_ORIG_GLOBAL,
|
D | e_rc2.c | 56 EVP_ORIG_GLOBAL, 71 EVP_ORIG_GLOBAL,
|
D | legacy_wp.c | 27 EVP_ORIG_GLOBAL,
|
D | legacy_md2.c | 27 EVP_ORIG_GLOBAL,
|
D | legacy_ripemd.c | 27 EVP_ORIG_GLOBAL,
|
D | legacy_mdc2.c | 27 EVP_ORIG_GLOBAL,
|
D | legacy_md5.c | 27 EVP_ORIG_GLOBAL,
|
D | legacy_md4.c | 27 EVP_ORIG_GLOBAL,
|
D | e_camellia.c | 146 EVP_ORIG_GLOBAL, \ 156 EVP_ORIG_GLOBAL, \ 171 EVP_ORIG_GLOBAL, \
|
D | m_null.c | 37 EVP_ORIG_GLOBAL,
|
D | legacy_md5_sha1.c | 32 EVP_ORIG_GLOBAL,
|
D | e_null.c | 23 EVP_ORIG_GLOBAL,
|
D | e_aes.c | 400 EVP_ORIG_GLOBAL, \ 410 EVP_ORIG_GLOBAL, \ 425 EVP_ORIG_GLOBAL, \ 436 EVP_ORIG_GLOBAL, \ 758 EVP_ORIG_GLOBAL, \ 768 EVP_ORIG_GLOBAL, \ 783 EVP_ORIG_GLOBAL, \ 794 EVP_ORIG_GLOBAL, \ 2202 EVP_ORIG_GLOBAL, \ 2218 EVP_ORIG_GLOBAL, \ [all …]
|
D | e_xcbc_d.c | 44 EVP_ORIG_GLOBAL,
|
D | e_sm4.c | 95 EVP_ORIG_GLOBAL,
|
D | e_chacha20_poly1305.c | 134 EVP_ORIG_GLOBAL, 618 EVP_ORIG_GLOBAL,
|
D | e_rc4_hmac_md5.c | 258 EVP_ORIG_GLOBAL,
|
D | e_aria.c | 166 EVP_ORIG_GLOBAL, \ 773 EVP_ORIG_GLOBAL, \
|
D | e_des3.c | 413 EVP_ORIG_GLOBAL,
|
D | e_aes_cbc_hmac_sha1.c | 917 EVP_ORIG_GLOBAL, 937 EVP_ORIG_GLOBAL,
|
/third_party/openssl/crypto/sm3/ |
D | legacy_sm3.c | 23 EVP_ORIG_GLOBAL,
|
/third_party/openssl/providers/common/ |
D | provider_util.c | 119 if (cipher != NULL && cipher->origin != EVP_ORIG_GLOBAL) in ossl_prov_cipher_load_from_params() 203 if (md != NULL && md->origin != EVP_ORIG_GLOBAL) in ossl_prov_digest_load_from_params()
|
/third_party/openssl/include/crypto/ |
D | evp.h | 244 #define EVP_ORIG_GLOBAL 1 macro 440 EVP_ORIG_GLOBAL, \
|
12