Home
last modified time | relevance | path

Searched refs:bp (Results 151 – 162 of 162) sorted by relevance

1234567

/openssl/crypto/bio/
H A Dbss_dgram.c1029 static int dgram_puts(BIO *bp, const char *str) in dgram_puts() argument
1034 ret = dgram_write(bp, str, n); in dgram_puts()
2782 static int dgram_sctp_puts(BIO *bp, const char *str) in dgram_sctp_puts() argument
2787 ret = dgram_sctp_write(bp, str, n); in dgram_sctp_puts()
/openssl/include/openssl/
H A Drsa.h353 OSSL_DEPRECATEDIN_3_0 int RSA_print(BIO *bp, const RSA *r, int offset);
H A Derr.h.in457 void ERR_print_errors(BIO *bp);
H A Dssl.h.in1148 # define d2i_SSL_SESSION_bio(bp,s_id) ASN1_d2i_bio_of(SSL_SESSION,SSL_SESSION_new,d2i_SSL_SESSION,b… argument
1149 # define i2d_SSL_SESSION_bio(bp,s_id) ASN1_i2d_bio_of(SSL_SESSION,i2d_SSL_SESSION,bp,s_id) argument
1740 int SSL_SESSION_print_keylog(BIO *bp, const SSL_SESSION *x);
H A Dx509v3.h.in586 int i2a_ACCESS_DESCRIPTION(BIO *bp, const ACCESS_DESCRIPTION *a);
H A Devp.h1423 int i2d_KeyParams_bio(BIO *bp, const EVP_PKEY *pkey);
/openssl/doc/man3/
H A DASN1_TIME_set.pod47 int ASN1_TIME_print_ex(BIO *bp, const ASN1_TIME *tm, unsigned long flags);
/openssl/ssl/
H A Ds3_lib.c3299 const SSL_CIPHER *bp = (const SSL_CIPHER *)b; in cipher_compare() local
3301 if (ap->id == bp->id) in cipher_compare()
3303 return ap->id < bp->id ? -1 : 1; in cipher_compare()
H A Dssl_lib.c3204 const SSL_CIPHER *const *bp) in ssl_cipher_ptr_id_cmp() argument
3206 if ((*ap)->id > (*bp)->id) in ssl_cipher_ptr_id_cmp()
3208 if ((*ap)->id < (*bp)->id) in ssl_cipher_ptr_id_cmp()
H A Dssl_local.h2492 const SSL_CIPHER *const *bp);
/openssl/providers/implementations/encode_decode/
H A Dencode_key2any.c64 typedef int write_bio_of_void_fn(BIO *bp, const void *x);
/openssl/test/
H A Dtls-provider.c1334 typedef int write_bio_of_void_fn(BIO *bp, const void *x);

Completed in 97 milliseconds

1234567