Searched refs:EVP_CIPHER_CTX_rand_key (Results 1 – 14 of 14) sorted by relevance
/openssl/crypto/evp/ |
H A D | p_seal.c | 42 if (EVP_CIPHER_CTX_rand_key(ctx, key) <= 0) in EVP_SealInit()
|
H A D | evp_enc.c | 1566 int EVP_CIPHER_CTX_rand_key(EVP_CIPHER_CTX *ctx, unsigned char *key) in EVP_CIPHER_CTX_rand_key() function
|
/openssl/crypto/cms/ |
H A D | cms_enc.c | 126 if (EVP_CIPHER_CTX_rand_key(ctx, tkey) <= 0) in ossl_cms_EncryptedContent_init_bio()
|
/openssl/doc/designs/ |
H A D | handling-some-max-defines.md | 72 EVP_CIPHER_CTX_rand_key() - no way to specify the length of the output
|
/openssl/crypto/pkcs7/ |
H A D | pk7_doit.c | 353 if (EVP_CIPHER_CTX_rand_key(ctx, key) <= 0) in PKCS7_dataInit() 650 if (EVP_CIPHER_CTX_rand_key(evp_ctx, tkey) <= 0) in PKCS7_dataDecode()
|
/openssl/util/ |
H A D | missingcrypto.txt | 546 EVP_CIPHER_CTX_rand_key(3)
|
H A D | missingcrypto111.txt | 645 EVP_CIPHER_CTX_rand_key(3)
|
H A D | libcrypto.num | 1471 EVP_CIPHER_CTX_rand_key 1506 3_0_0 EXIST::FUNCTION:
|
/openssl/test/ |
H A D | destest.c | 864 || !EVP_CIPHER_CTX_rand_key(ctx, key)) in test_des_two_key()
|
H A D | evp_libctx_test.c | 649 && TEST_int_gt(EVP_CIPHER_CTX_rand_key(ctx, key), 0); in test_cipher_tdes_randkey()
|
/openssl/doc/man3/ |
H A D | EVP_EncryptInit.pod | 186 int EVP_CIPHER_CTX_rand_key(EVP_CIPHER_CTX *ctx, unsigned char *key); 712 =item EVP_CIPHER_CTX_rand_key() 1441 EVP_CIPHER_CTX_rand_key() returns 1 for success and zero or a negative number
|
/openssl/apps/ |
H A D | speed.c | 2998 EVP_CIPHER_CTX_rand_key(loopargs[k].ctx, loopargs[k].key); in speed_main() 5079 if (EVP_CIPHER_CTX_rand_key(ctx, key) <= 0) in multiblock_speed()
|
/openssl/include/openssl/ |
H A D | evp.h | 913 int EVP_CIPHER_CTX_rand_key(EVP_CIPHER_CTX *ctx, unsigned char *key);
|
/openssl/ |
H A D | CHANGES.md | 12321 * Add new EVP function EVP_CIPHER_CTX_rand_key and associated functionality.
|
Completed in 115 milliseconds