Searched refs:EVP_CIPH_RAND_KEY (Results 1 - 12 of 12) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | e_des.c | 198 EVP_CIPH_RAND_KEY, des_init_key, NULL, 202 EVP_CIPH_RAND_KEY, des_init_key, NULL, 206 EVP_CIPH_RAND_KEY, des_init_key, NULL,
|
H A D | e_des3.c | 206 EVP_CIPH_RAND_KEY | EVP_CIPH_FLAG_DEFAULT_ASN1, 213 EVP_CIPH_RAND_KEY | EVP_CIPH_FLAG_DEFAULT_ASN1, 217 EVP_CIPH_RAND_KEY | EVP_CIPH_FLAG_DEFAULT_ASN1, 221 EVP_CIPH_RAND_KEY | EVP_CIPH_FLAG_DEFAULT_ASN1,
|
H A D | evp_lib.c | 380 cipher->flags |= EVP_CIPH_RAND_KEY; in evp_cipher_cache_constants()
|
H A D | evp_enc.c | 1391 if (ctx->cipher->flags & EVP_CIPH_RAND_KEY) in EVP_CIPHER_CTX_rand_key()
|
/third_party/openssl/crypto/evp/ |
H A D | e_des.c | 198 EVP_CIPH_RAND_KEY, des_init_key, NULL, 202 EVP_CIPH_RAND_KEY, des_init_key, NULL, 206 EVP_CIPH_RAND_KEY, des_init_key, NULL,
|
H A D | e_des3.c | 206 EVP_CIPH_RAND_KEY | EVP_CIPH_FLAG_DEFAULT_ASN1, 213 EVP_CIPH_RAND_KEY | EVP_CIPH_FLAG_DEFAULT_ASN1, 217 EVP_CIPH_RAND_KEY | EVP_CIPH_FLAG_DEFAULT_ASN1, 221 EVP_CIPH_RAND_KEY | EVP_CIPH_FLAG_DEFAULT_ASN1,
|
H A D | evp_lib.c | 380 cipher->flags |= EVP_CIPH_RAND_KEY; in evp_cipher_cache_constants()
|
H A D | evp_enc.c | 1386 if (ctx->cipher->flags & EVP_CIPH_RAND_KEY) in EVP_CIPHER_CTX_rand_key()
|
/third_party/openssl/test/ |
H A D | evp_libctx_test.c | 574 && TEST_int_eq(EVP_CIPHER_get_flags(aes_cipher) & EVP_CIPH_RAND_KEY, 0) in test_cipher_tdes_randkey() 576 && TEST_int_ne(EVP_CIPHER_get_flags(tdes_cipher) & EVP_CIPH_RAND_KEY, 0) in test_cipher_tdes_randkey()
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | evp.h | 260 # define EVP_CIPH_RAND_KEY 0x200 macro
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | evp.h | 325 # define EVP_CIPH_RAND_KEY 0x200 macro
|
/third_party/openssl/include/openssl/ |
H A D | evp.h | 323 # define EVP_CIPH_RAND_KEY 0x200 macro
|
Completed in 21 milliseconds