Home
last modified time | relevance | path

Searched refs:BIO_set_cipher (Results 1 – 6 of 6) sorted by relevance

/openssl/test/
H A Dbio_enc_test.c56 if (!TEST_true(BIO_set_cipher(b, cipher, key, iv, ENCRYPT))) in do_bio_cipher()
70 if (!TEST_true(BIO_set_cipher(b, cipher, key, iv, ENCRYPT))) { in do_bio_cipher()
102 if (!TEST_true(BIO_set_cipher(b, cipher, key, iv, ENCRYPT))) { in do_bio_cipher()
128 if (!TEST_true(BIO_set_cipher(b, cipher, key, iv, DECRYPT))) in do_bio_cipher()
148 if (!TEST_true(BIO_set_cipher(b, cipher, key, iv, DECRYPT))) { in do_bio_cipher()
180 if (!TEST_true(BIO_set_cipher(b, cipher, key, iv, DECRYPT))) { in do_bio_cipher()
/openssl/doc/man3/
H A DBIO_f_cipher.pod5 BIO_f_cipher, BIO_set_cipher, BIO_get_cipher_status, BIO_get_cipher_ctx - cipher BIO filter
15 int 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() returns 1 for success and 0 for failure.
/openssl/crypto/evp/
H A Dbio_enc.c409 int BIO_set_cipher(BIO *b, const EVP_CIPHER *c, const unsigned char *k, in BIO_set_cipher() function
/openssl/include/openssl/
H A Devp.h902 __owur int BIO_set_cipher(BIO *b, const EVP_CIPHER *c, const unsigned char *k,
/openssl/util/
H A Dlibcrypto.num3556 BIO_set_cipher 3637 3_0_0 EXIST::FUNCTION:
/openssl/
H A DCHANGES.md6109 BIO_set_cipher() and some obscure PEM functions were changed so they

Completed in 121 milliseconds