Searched refs:EVP_CIPHER_CTX_rand_key (Results 1 - 17 of 17) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | p_seal.c | 43 if (EVP_CIPHER_CTX_rand_key(ctx, key) <= 0) in EVP_SealInit()
|
H A D | evp_enc.c | 1389 int EVP_CIPHER_CTX_rand_key(EVP_CIPHER_CTX *ctx, unsigned char *key) in EVP_CIPHER_CTX_rand_key() function
|
/third_party/openssl/crypto/evp/ |
H A D | p_seal.c | 43 if (EVP_CIPHER_CTX_rand_key(ctx, key) <= 0) in EVP_SealInit()
|
H A D | evp_enc.c | 1384 int EVP_CIPHER_CTX_rand_key(EVP_CIPHER_CTX *ctx, unsigned char *key) in EVP_CIPHER_CTX_rand_key() function
|
/third_party/node/deps/openssl/openssl/crypto/cms/ |
H A D | cms_enc.c | 128 if (EVP_CIPHER_CTX_rand_key(ctx, tkey) <= 0) in ossl_cms_EncryptedContent_init_bio()
|
/third_party/openssl/crypto/cms/ |
H A D | cms_enc.c | 127 if (EVP_CIPHER_CTX_rand_key(ctx, tkey) <= 0) in ossl_cms_EncryptedContent_init_bio()
|
/third_party/rust/crates/rust-openssl/openssl/src/ |
H A D | cipher_ctx.rs | 324 /// This corresponds to [`EVP_CIPHER_CTX_rand_key`]. 326 /// [`EVP_CIPHER_CTX_rand_key`]: https://www.openssl.org/docs/manmaster/man3/EVP_CIPHER_CTX_rand_key.html 327 #[corresponds(EVP_CIPHER_CTX_rand_key)] 333 cvt(ffi::EVP_CIPHER_CTX_rand_key( in rand_key()
|
/third_party/node/deps/openssl/openssl/crypto/pkcs7/ |
H A D | pk7_doit.c | 326 if (EVP_CIPHER_CTX_rand_key(ctx, key) <= 0) in PKCS7_dataInit() 609 if (EVP_CIPHER_CTX_rand_key(evp_ctx, tkey) <= 0) in PKCS7_dataDecode()
|
/third_party/openssl/crypto/pkcs7/ |
H A D | pk7_doit.c | 326 if (EVP_CIPHER_CTX_rand_key(ctx, key) <= 0) in PKCS7_dataInit() 609 if (EVP_CIPHER_CTX_rand_key(evp_ctx, tkey) <= 0) in PKCS7_dataDecode()
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/ |
H A D | evp.rs | 285 pub fn EVP_CIPHER_CTX_rand_key(ctx: *mut EVP_CIPHER_CTX, key: *mut c_uchar) -> c_int; in EVP_CIPHER_CTX_rand_key() functions
|
/third_party/openssl/test/ |
H A D | evp_libctx_test.c | 563 * This test makes sure that EVP_CIPHER_CTX_rand_key() works correctly 579 && TEST_int_gt(EVP_CIPHER_CTX_rand_key(ctx, key), 0); in test_cipher_tdes_randkey()
|
H A D | destest.c | 854 || !EVP_CIPHER_CTX_rand_key(ctx, key)) in test_des_two_key()
|
/third_party/node/deps/openssl/openssl/apps/ |
H A D | speed.c | 2257 EVP_CIPHER_CTX_rand_key(loopargs[k].ctx, loopargs[k].key); in speed_main() 3658 if (EVP_CIPHER_CTX_rand_key(ctx, key) <= 0) in multiblock_speed()
|
/third_party/openssl/apps/ |
H A D | speed.c | 2243 EVP_CIPHER_CTX_rand_key(loopargs[k].ctx, loopargs[k].key); in speed_main() 3634 if (EVP_CIPHER_CTX_rand_key(ctx, key) <= 0) in multiblock_speed()
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | evp.h | 685 int EVP_CIPHER_CTX_rand_key(EVP_CIPHER_CTX *ctx, unsigned char *key);
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | evp.h | 881 int EVP_CIPHER_CTX_rand_key(EVP_CIPHER_CTX *ctx, unsigned char *key);
|
/third_party/openssl/include/openssl/ |
H A D | evp.h | 879 int EVP_CIPHER_CTX_rand_key(EVP_CIPHER_CTX *ctx, unsigned char *key);
|
Completed in 36 milliseconds