Home
last modified time | relevance | path

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

1234567

/openssl/crypto/bn/asm/
H A Dx86_64-gcc.c205 BN_ULONG bn_add_words(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, in bn_add_words() argument
225 :"r"(rp), "r"(ap), "r"(bp) in bn_add_words()
232 BN_ULONG bn_sub_words(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, in bn_sub_words() argument
252 :"r"(rp), "r"(ap), "r"(bp) in bn_sub_words()
/openssl/crypto/bn/
H A Dbn_lib.c710 BN_ULONG t1, t2, *ap, *bp; in BN_ucmp() local
713 bp = b->d; in BN_ucmp()
720 res = constant_time_select_int(constant_time_lt_bn(ap[i], bp[i]), in BN_ucmp()
722 res = constant_time_select_int(constant_time_lt_bn(bp[i], ap[i]), in BN_ucmp()
737 t2 = bp[i]; in BN_ucmp()
H A Dbn_exp.c809 const void *bp, const BN_ULONG *np, in BN_mod_exp_mont_consttime()
811 int bn_mul_mont_t4_8(BN_ULONG *rp, const BN_ULONG *ap, const void *bp, in BN_mod_exp_mont_consttime()
814 const void *bp, const BN_ULONG *np, in BN_mod_exp_mont_consttime()
817 const void *bp, const BN_ULONG *np, in BN_mod_exp_mont_consttime()
820 const void *bp, const BN_ULONG *np, in BN_mod_exp_mont_consttime()
829 const void *bp, const BN_ULONG *np, in BN_mod_exp_mont_consttime()
832 const void *bp, const BN_ULONG *np, in BN_mod_exp_mont_consttime()
H A Dbn_local.h240 BN_ULONG bn_add_words(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp,
242 BN_ULONG bn_sub_words(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp,
662 int bn_mul_mont(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp,
/openssl/test/helpers/
H A Dssltestlib.c38 static int tls_dump_gets(BIO *bp, char *buf, int size);
39 static int tls_dump_puts(BIO *bp, const char *str);
289 static int mempacket_test_gets(BIO *bp, char *buf, int size);
290 static int mempacket_test_puts(BIO *bp, const char *str);
725 static int always_retry_gets(BIO *bp, char *buf, int size);
726 static int always_retry_puts(BIO *bp, const char *str);
/openssl/test/
H A Dtls13ccstest.c32 static int watchccs_gets(BIO *bp, char *buf, int size);
33 static int watchccs_puts(BIO *bp, const char *str);
/openssl/doc/man3/
H A Dd2i_X509.pod400 TYPE *d2i_TYPE_bio(BIO *bp, TYPE **a);
407 int i2d_TYPE_bio(BIO *bp, const TYPE *a);
408 int i2d_TYPE_bio(BIO *bp, TYPE *a);
439 to parse data from BIO I<bp>.
455 the encoding of the structure I<a> to BIO I<bp> and it
H A DBIO_ctrl.pod18 long BIO_ctrl(BIO *bp, int cmd, long larg, void *parg);
20 void *BIO_ptr_ctrl(BIO *bp, int cmd, long larg);
21 long BIO_int_ctrl(BIO *bp, int cmd, long larg, int iarg);
H A DX509_NAME_print_ex.pod17 int X509_NAME_print(BIO *bp, const X509_NAME *name, int obase);
35 X509_NAME_print() prints out I<name> to I<bp> indenting each line by I<obase>
/openssl/include/crypto/
H A Dasn1.h143 int ossl_asn1_time_print_ex(BIO *bp, const ASN1_TIME *tm, unsigned long flags);
/openssl/crypto/bio/
H A Dbss_acpt.c555 static int acpt_puts(BIO *bp, const char *str) in acpt_puts() argument
560 ret = acpt_write(bp, str, n); in acpt_puts()
H A Dbss_conn.c752 static int conn_puts(BIO *bp, const char *str) in conn_puts() argument
757 ret = conn_write(bp, str, n); in conn_puts()
/openssl/ssl/
H A Dbio_ssl.c427 static int ssl_puts(BIO *bp, const char *str) in ssl_puts() argument
432 ret = BIO_write(bp, str, n); in ssl_puts()
/openssl/include/internal/
H A Dffc.h153 int ossl_ffc_params_print(BIO *bp, const FFC_PARAMS *ffc, int indent);
/openssl/crypto/store/
H A Dstore_lib.c1016 OSSL_STORE_CTX *OSSL_STORE_attach(BIO *bp, const char *scheme, in OSSL_STORE_attach() argument
1035 loader_ctx = loader->attach(loader, bp, libctx, propq, in OSSL_STORE_attach()
1044 OSSL_CORE_BIO *cbio = ossl_core_bio_new_from_bio(bp); in OSSL_STORE_attach()
/openssl/apps/
H A Ds_server.c67 static void print_stats(BIO *bp, SSL_CTX *ctx);
260 static int ebcdic_gets(BIO *bp, char *buf, int size);
261 static int ebcdic_puts(BIO *bp, const char *str);
385 static int ebcdic_gets(BIO *bp, char *buf, int size) in ebcdic_gets() argument
388 BIO *next = BIO_next(bp); in ebcdic_gets()
394 ret = ebcdic_read(bp, &buf[i], 1); in ebcdic_gets()
407 static int ebcdic_puts(BIO *bp, const char *str) in ebcdic_puts() argument
409 if (BIO_next(bp) == NULL) in ebcdic_puts()
411 return ebcdic_write(bp, str, strlen(str)); in ebcdic_puts()
H A Dca.c140 static void write_new_certificate(BIO *bp, X509 *x, int output_der, int notext);
1947 static void write_new_certificate(BIO *bp, X509 *x, int output_der, int notext) in write_new_certificate() argument
1951 (void)i2d_X509_bio(bp, x); in write_new_certificate()
1955 X509_print(bp, x); in write_new_certificate()
1956 PEM_write_bio_X509(bp, x); in write_new_certificate()
/openssl/include/openssl/
H A Dpkcs7.h.in244 PKCS7 *d2i_PKCS7_bio(BIO *bp, PKCS7 **p7);
245 int i2d_PKCS7_bio(BIO *bp, const PKCS7 *p7);
H A Dbio.h.in718 int BIO_gets(BIO *bp, char *buf, int size);
727 int BIO_puts(BIO *bp, const char *buf);
729 long BIO_ctrl(BIO *bp, int cmd, long larg, void *parg);
731 void *BIO_ptr_ctrl(BIO *bp, int cmd, long larg);
732 long BIO_int_ctrl(BIO *bp, int cmd, long larg, int iarg);
H A Dcms.h.in113 CMS_ContentInfo *d2i_CMS_bio(BIO *bp, CMS_ContentInfo **cms);
114 int i2d_CMS_bio(BIO *bp, CMS_ContentInfo *cms);
H A Dpkcs12.h.in330 int i2d_PKCS12_bio(BIO *bp, const PKCS12 *p12);
334 PKCS12 *d2i_PKCS12_bio(BIO *bp, PKCS12 **p12);
/openssl/apps/lib/
H A Ds_cb.c628 const unsigned char* bp = buf; in msg_cb() local
647 switch (bp[0]) { in msg_cb()
655 str_details2 = lookup((int)bp[1], alert_types, " ???"); in msg_cb()
663 str_details1 = lookup((int)bp[0], handshakes, "???"); in msg_cb()
H A Dapps.c1942 char *bp = work; in parse_name() local
1943 char *typestr = bp; in parse_name()
1952 *bp++ = *cp++; in parse_name()
1953 *bp++ = '\0'; in parse_name()
1963 valstr = (unsigned char *)bp; in parse_name()
1964 for (; *cp != '\0' && *cp != '/'; *bp++ = *cp++) { in parse_name()
1977 *bp++ = '\0'; in parse_name()
/openssl/crypto/objects/
H A Dobj_dat.c370 static int obj_cmp(const ASN1_OBJECT *const *ap, const unsigned int *bp) in obj_cmp() argument
374 const ASN1_OBJECT *b = &nid_objs[*bp]; in obj_cmp()
/openssl/crypto/conf/
H A Dconf_def.c68 static int def_load_bio(CONF *conf, BIO *bp, long *eline);
69 static int def_dump(const CONF *conf, BIO *bp);

Completed in 90 milliseconds

1234567