Searched refs:BIO_set_cipher (Results 1 – 6 of 6) sorted by relevance
/third_party/openssl/test/ |
D | bio_enc_test.c | 54 if (!TEST_true(BIO_set_cipher(b, cipher, key, iv, ENCRYPT))) in do_bio_cipher() 63 if (!TEST_true(BIO_set_cipher(b, cipher, key, iv, ENCRYPT))) { in do_bio_cipher() 90 if (!TEST_true(BIO_set_cipher(b, cipher, key, iv, ENCRYPT))) { in do_bio_cipher() 111 if (!TEST_true(BIO_set_cipher(b, cipher, key, iv, DECRYPT))) in do_bio_cipher() 126 if (!TEST_true(BIO_set_cipher(b, cipher, key, iv, DECRYPT))) { in do_bio_cipher() 153 if (!TEST_true(BIO_set_cipher(b, cipher, key, iv, DECRYPT))) { in do_bio_cipher()
|
/third_party/openssl/doc/man3/ |
D | BIO_f_cipher.pod | 5 BIO_f_cipher, BIO_set_cipher, BIO_get_cipher_status, BIO_get_cipher_ctx - cipher BIO filter 15 void BIO_set_cipher(BIO *b, const EVP_CIPHER *cipher, 33 BIO_set_cipher() sets the cipher of BIO B<b> to B<cipher> using key B<key> 45 BIO_set_cipher() is not flexible enough for the applications needs. 65 BIO_set_cipher() does not return a value.
|
/third_party/openssl/crypto/evp/ |
D | bio_enc.c | 404 int BIO_set_cipher(BIO *b, const EVP_CIPHER *c, const unsigned char *k, in BIO_set_cipher() function
|
/third_party/openssl/include/openssl/ |
D | evp.h | 691 __owur int BIO_set_cipher(BIO *b, const EVP_CIPHER *c, const unsigned char *k,
|
/third_party/openssl/util/ |
D | libcrypto.num | 3681 BIO_set_cipher 3637 1_1_0 EXIST::FUNCTION:
|
/third_party/openssl/ |
D | CHANGES | 2653 BIO_set_cipher() and some obscure PEM functions were changed so they
|