Home
last modified time | relevance | path

Searched defs:bp (Results 1 – 19 of 19) sorted by relevance

/crypto/evp/
A Dprint.cc29 static int print_hex(BIO *bp, const uint8_t *data, size_t len, int off) { in print_hex()
47 static int bn_print(BIO *bp, const char *name, const BIGNUM *num, int off) { in bn_print()
144 static int rsa_pub_print(BIO *bp, const EVP_PKEY *pkey, int indent) { in rsa_pub_print()
148 static int rsa_priv_print(BIO *bp, const EVP_PKEY *pkey, int indent) { in rsa_priv_print()
155 static int do_EC_KEY_print(BIO *bp, const EC_KEY *x, int off, int ktype) { in do_EC_KEY_print()
208 static int eckey_param_print(BIO *bp, const EVP_PKEY *pkey, int indent) { in eckey_param_print()
212 static int eckey_pub_print(BIO *bp, const EVP_PKEY *pkey, int indent) { in eckey_pub_print()
217 static int eckey_priv_print(BIO *bp, const EVP_PKEY *pkey, int indent) { in eckey_priv_print()
/crypto/pem/
A Dpem_pk8.cc37 int PEM_write_bio_PKCS8PrivateKey_nid(BIO *bp, const EVP_PKEY *x, int nid, in PEM_write_bio_PKCS8PrivateKey_nid()
43 int PEM_write_bio_PKCS8PrivateKey(BIO *bp, const EVP_PKEY *x, in PEM_write_bio_PKCS8PrivateKey()
49 int i2d_PKCS8PrivateKey_bio(BIO *bp, const EVP_PKEY *x, const EVP_CIPHER *enc, in i2d_PKCS8PrivateKey_bio()
55 int i2d_PKCS8PrivateKey_nid_bio(BIO *bp, const EVP_PKEY *x, int nid, in i2d_PKCS8PrivateKey_nid_bio()
61 static int do_pk8pkey(BIO *bp, const EVP_PKEY *x, int isder, int nid, in do_pk8pkey()
109 EVP_PKEY *d2i_PKCS8PrivateKey_bio(BIO *bp, EVP_PKEY **x, pem_password_cb *cb, in d2i_PKCS8PrivateKey_bio()
179 BIO *bp; in do_pk8pkey_fp() local
192 BIO *bp; in d2i_PKCS8PrivateKey_fp() local
A Dpem_all.cc57 RSA *PEM_read_bio_RSAPrivateKey(BIO *bp, RSA **rsa, pem_password_cb *cb, in PEM_read_bio_RSAPrivateKey()
93 DSA *PEM_read_bio_DSAPrivateKey(BIO *bp, DSA **dsa, pem_password_cb *cb, in PEM_read_bio_DSAPrivateKey()
128 EC_KEY *PEM_read_bio_ECPrivateKey(BIO *bp, EC_KEY **key, pem_password_cb *cb, in PEM_read_bio_ECPrivateKey()
A Dpem_lib.cc175 const char *name, BIO *bp, pem_password_cb *cb, in PEM_bytes_read_bio()
240 int PEM_ASN1_write_bio(i2d_of_void *i2d, const char *name, BIO *bp, void *x, in PEM_ASN1_write_bio()
481 int PEM_write_bio(BIO *bp, const char *name, const char *header, in PEM_write_bio()
552 int PEM_read_bio(BIO *bp, char **name, char **header, unsigned char **data, in PEM_read_bio()
A Dpem_pkey.cc29 EVP_PKEY *PEM_read_bio_PrivateKey(BIO *bp, EVP_PKEY **x, pem_password_cb *cb, in PEM_read_bio_PrivateKey()
111 int PEM_write_bio_PrivateKey(BIO *bp, EVP_PKEY *x, const EVP_CIPHER *enc, in PEM_write_bio_PrivateKey()
A Dpem_oth.cc28 void *PEM_ASN1_read_bio(d2i_of_void *d2i, const char *name, BIO *bp, void **x, in PEM_ASN1_read_bio()
/crypto/x509/
A Dt_x509.cc45 int X509_print(BIO *bp, X509 *x) { in X509_print()
49 int X509_print_ex(BIO *bp, X509 *x, unsigned long nmflags, in X509_print_ex()
219 int X509_signature_print(BIO *bp, const X509_ALGOR *sigalg, in X509_signature_print()
243 int X509_NAME_print(BIO *bp, const X509_NAME *name, int obase) { in X509_NAME_print()
A Dx_all.cc100 X509_CRL *d2i_X509_CRL_bio(BIO *bp, X509_CRL **crl) { in d2i_X509_CRL_bio()
105 int i2d_X509_CRL_bio(BIO *bp, X509_CRL *crl) { in i2d_X509_CRL_bio()
118 X509_REQ *d2i_X509_REQ_bio(BIO *bp, X509_REQ **req) { in d2i_X509_REQ_bio()
123 int i2d_X509_REQ_bio(BIO *bp, X509_REQ *req) { in i2d_X509_REQ_bio()
A Dv3_ncons.cc126 BIO *bp, int ind) { in i2r_NAME_CONSTRAINTS()
135 STACK_OF(GENERAL_SUBTREE) *trees, BIO *bp, in do_i2r_name_constraints()
155 static int print_nc_ipadd(BIO *bp, const ASN1_OCTET_STRING *ip) { in print_nc_ipadd()
A Dv3_ocsp.cc68 BIO *bp, int ind) { in i2r_ocsp_acutoff()
A Dv3_prn.cc110 int X509V3_extensions_print(BIO *bp, const char *title, in X509V3_extensions_print()
A Drsa_pss.cc277 int x509_print_rsa_pss_params(BIO *bp, const X509_ALGOR *sigalg, int indent, in x509_print_rsa_pss_params()
/crypto/asn1/
A Da_strex.cc343 int ASN1_STRING_print(BIO *bp, const ASN1_STRING *v) { in ASN1_STRING_print()
375 int ASN1_TIME_print(BIO *bp, const ASN1_TIME *tm) { in ASN1_TIME_print()
389 int ASN1_GENERALIZEDTIME_print(BIO *bp, const ASN1_GENERALIZEDTIME *tm) { in ASN1_GENERALIZEDTIME_print()
403 int ASN1_UTCTIME_print(BIO *bp, const ASN1_UTCTIME *tm) { in ASN1_UTCTIME_print()
A Df_int.cc19 int i2a_ASN1_INTEGER(BIO *bp, const ASN1_INTEGER *a) { in i2a_ASN1_INTEGER()
61 int i2a_ASN1_ENUMERATED(BIO *bp, const ASN1_ENUMERATED *a) { in i2a_ASN1_ENUMERATED()
A Da_object.cc56 static int write_str(BIO *bp, const char *str) { in write_str()
65 int i2a_ASN1_OBJECT(BIO *bp, const ASN1_OBJECT *a) { in i2a_ASN1_OBJECT()
A Df_string.cc19 int i2a_ASN1_STRING(BIO *bp, const ASN1_STRING *a, int type) { in i2a_ASN1_STRING()
/crypto/bio/
A Dfd.cc142 static int fd_gets(BIO *bp, char *buf, int size) { in fd_gets()
A Dfile.cc220 static int file_gets(BIO *bp, char *buf, int size) { in file_gets()
/crypto/bn/
A Dconvert.cc276 int BN_print(BIO *bp, const BIGNUM *a) { in BN_print()

Completed in 26 milliseconds