Home
last modified time | relevance | path

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

1234567

/openssl/doc/man3/
H A Dd2i_RSAPrivateKey.pod76 TYPE *d2i_TYPEPrivateKey_bio(BIO *bp, TYPE **a);
79 TYPE *d2i_TYPEPublicKey_bio(BIO *bp, TYPE **a);
82 TYPE *d2i_TYPEparams_bio(BIO *bp, TYPE **a);
85 TYPE *d2i_TYPE_PUBKEY_bio(BIO *bp, TYPE **a);
93 int i2d_TYPEPrivateKey_bio(BIO *bp, TYPE *a);
98 int i2d_TYPEPublicKey_bio(BIO *bp, const TYPE *a);
99 int i2d_TYPEPublicKey_bio(BIO *bp, TYPE *a);
104 int i2d_TYPEparams_bio(BIO *bp, const TYPE *a);
105 int i2d_TYPEparams_bio(BIO *bp, TYPE *a);
110 int i2d_TYPE_PUBKEY_bio(BIO *bp, const TYPE *a);
[all …]
H A DOSSL_IETF_ATTR_SYNTAX_print.pod11 int OSSL_IETF_ATTR_SYNTAX_print(BIO *bp, OSSL_IETF_ATTR_SYNTAX *a,
17 BIO I<bp>.
H A DPEM_bytes_read_bio.pod12 const char *name, BIO *bp, pem_password_cb *cb,
15 const char *name, BIO *bp, pem_password_cb *cb,
22 I<bp> for the data type given in I<name> (RSA PRIVATE KEY, CERTIFICATE,
54 care is needed in generating the BIO passed as I<bp>. In particular, the
H A Dd2i_PKCS8PrivateKey_bio.pod13 EVP_PKEY *d2i_PKCS8PrivateKey_bio(BIO *bp, EVP_PKEY **x, pem_password_cb *cb, void *u);
16 int i2d_PKCS8PrivateKey_bio(BIO *bp, const EVP_PKEY *x, const EVP_CIPHER *enc,
24 int i2d_PKCS8PrivateKey_nid_bio(BIO *bp, const EVP_PKEY *x, int nid,
H A DSSL_SESSION_print.pod16 int SSL_SESSION_print_keylog(BIO *bp, const SSL_SESSION *x);
26 SSL_SESSION_print_keylog() prints session information to the provided BIO <bp>
H A DX509_ACERT_print_ex.pod12 int X509_ACERT_print(BIO *bp, X509_ACERT *acert);
13 int X509_ACERT_print_ex(BIO *bp, X509_ACERT *acert, unsigned long nmflags,
19 certificate I<acert> to BIO I<bp>.
H A DECPKParameters_print.pod16 int ECPKParameters_print(BIO *bp, const EC_GROUP *x, int off);
28 a human-readable output of the public parameters of the EC_GROUP to B<bp>
H A DERR_print_errors.pod12 void ERR_print_errors(BIO *bp);
20 strings for all errors that OpenSSL has recorded to B<bp>, thus
/openssl/crypto/bn/asm/
H A Drsaz-x86_64.pl986 movdqa 16*0($bp),%xmm8
987 movdqa 16*1($bp),%xmm9
988 movdqa 16*2($bp),%xmm10
989 movdqa 16*3($bp),%xmm11
991 movdqa 16*4($bp),%xmm12
993 movdqa 16*5($bp),%xmm13
998 leaq 128($bp), %rbp
1902 leaq 8($bp), $bp
1910 movq ($bp), %rbx
1964 leaq 8($bp), $bp
[all …]
H A Darmv8-mont.pl64 $bp="x2"; # const BN_ULONG *bp,
106 ldr $m0,[$bp],#8 // bp[0]
117 mul $alo,$aj,$m0 // ap[1]*bp[0]
177 ldr $m0,[$bp],#8 // bp[i]
676 cmp $ap,$bp
1474 add $t0,$bp,$num
1478 ldr $bi,[$bp,#8*0] // b[0]
1609 ldr $bi,[$bp,#8*4]! // *++b
1761 add $bp,$bp,#8*4 // bp++
1770 cmp $bp,$t3 // done yet?
[all …]
H A Dsparcv9-mont.pl57 $bp="%i2"; # const BN_ULONG *bp,
107 cmp $ap,$bp
109 ld [$bp],$mul0 ! bp[0]
123 mulx $car0,$mul0,$car0 ! ap[0]*bp[0]
124 mulx $apj,$mul0,$tmp0 !prologue! ap[1]*bp[0]
183 ld [$bp+4],$mul0 ! bp[1]
262 ld [$bp+$i],$mul0 ! bp[i]
H A Dppc64-mont.pl125 $bp="r5";
283 ld $t3,0($bp) ; bp[0]
286 mulld $t7,$a0,$t3 ; ap[0]*bp[0]
322 lwz $t1,0($bp) ; bp[0,1]
323 lwz $t3,4($bp)
327 mullw $t4,$a0,$t1 ; mulld ap[0]*bp[0]
906 ldx $t3,$bp,$i ; bp[i]
909 mulld $t7,$a0,$t3 ; ap[0]*bp[i]
910 add $t7,$t7,$t6 ; ap[0]*bp[i]+tp[0]
933 add $t0,$bp,$i
[all …]
/openssl/crypto/pkcs12/
H A Dp12_utl.c221 int i2d_PKCS12_bio(BIO *bp, const PKCS12 *p12) in i2d_PKCS12_bio() argument
223 return ASN1_item_i2d_bio(ASN1_ITEM_rptr(PKCS12), bp, p12); in i2d_PKCS12_bio()
233 PKCS12 *d2i_PKCS12_bio(BIO *bp, PKCS12 **p12) in d2i_PKCS12_bio() argument
246 return ASN1_item_d2i_bio_ex(ASN1_ITEM_rptr(PKCS12), bp, p12, libctx, propq); in d2i_PKCS12_bio()
/openssl/crypto/chacha/asm/
H A Dchacha-x86.pl75 my ($ap,$bp,$cp,$dp)=map(($_&~3)+(($_-1)&3),($ai,$bi,$ci,$di)); # previous
90 ($ap,$bp,$cp,$dp)=map(($_&~3)+(($_-$j--)&3),($ap,$bp,$cp,$dp));
96 ($ap,$bp,$cp,$dp)=map(($_&~3)+(($_+$j--)&3),($ap,$bp,$cp,$dp));
106 &mov (&DWP(4*$bp,"esp"),$b_) if ($i!=0);
383 my ($ap,$bp,$cp,$dp)=map(($_&~3)+(($_-1)&3),($ai,$bi,$ci,$di)); # previous
398 ($ap,$bp,$cp,$dp)=map(($_&~3)+(($_-$j--)&3),($ap,$bp,$cp,$dp));
404 ($ap,$bp,$cp,$dp)=map(($_&~3)+(($_+$j--)&3),($ap,$bp,$cp,$dp));
414 &movdqa(&QWP(16*$bp-128,"ebx"),$xb_) if ($i!=0);
812 ($ap,$bp,$cp,$dp)=map(($_&~3)+(($_-$j--)&3),($ap,$bp,$cp,$dp));
818 ($ap,$bp,$cp,$dp)=map(($_&~3)+(($_+$j--)&3),($ap,$bp,$cp,$dp));
[all …]
/openssl/crypto/bio/
H A Dbss_null.c75 static int null_gets(BIO *bp, char *buf, int size) in null_gets() argument
80 static int null_puts(BIO *bp, const char *str) in null_puts() argument
/openssl/crypto/asn1/
H A Da_gentm.c81 int ASN1_GENERALIZEDTIME_print(BIO *bp, const ASN1_GENERALIZEDTIME *tm) in ASN1_GENERALIZEDTIME_print() argument
85 return ASN1_TIME_print(bp, tm); in ASN1_GENERALIZEDTIME_print()
H A Da_object.c182 int i2a_ASN1_OBJECT(BIO *bp, const ASN1_OBJECT *a) in i2a_ASN1_OBJECT() argument
188 return BIO_write(bp, "NULL", 4); in i2a_ASN1_OBJECT()
200 i = BIO_write(bp, "<INVALID>", 9); in i2a_ASN1_OBJECT()
202 i += BIO_dump(bp, (const char *)a->data, a->length); in i2a_ASN1_OBJECT()
205 BIO_write(bp, p, i); in i2a_ASN1_OBJECT()
H A Da_utctm.c96 int ASN1_UTCTIME_print(BIO *bp, const ASN1_UTCTIME *tm) in ASN1_UTCTIME_print() argument
100 return ASN1_TIME_print(bp, tm); in ASN1_UTCTIME_print()
H A Di2d_evp.c89 int i2d_KeyParams_bio(BIO *bp, const EVP_PKEY *pkey) in i2d_KeyParams_bio() argument
91 return ASN1_i2d_bio_of(EVP_PKEY, i2d_KeyParams, bp, pkey); in i2d_KeyParams_bio()
/openssl/include/openssl/
H A Dx509_acert.h.in45 X509_ACERT *d2i_X509_ACERT_bio(BIO *bp, X509_ACERT **acert);
46 int i2d_X509_ACERT_bio(BIO *bp, const X509_ACERT *acert);
69 int X509_ACERT_print(BIO *bp, X509_ACERT *x);
70 int X509_ACERT_print_ex(BIO *bp, X509_ACERT *x, unsigned long nmflags,
154 int OSSL_IETF_ATTR_SYNTAX_print(BIO *bp, OSSL_IETF_ATTR_SYNTAX *a, int indent);
/openssl/crypto/ec/
H A Decx_meth.c166 static int ecx_key_print(BIO *bp, const EVP_PKEY *pkey, int indent, in ecx_key_print() argument
178 if (BIO_printf(bp, "%*s%s Private-Key:\n", indent, "", nm) <= 0) in ecx_key_print()
180 if (BIO_printf(bp, "%*spriv:\n", indent, "") <= 0) in ecx_key_print()
182 if (ASN1_buf_print(bp, ecxkey->privkey, KEYLEN(pkey), in ecx_key_print()
191 if (BIO_printf(bp, "%*s%s Public-Key:\n", indent, "", nm) <= 0) in ecx_key_print()
194 if (BIO_printf(bp, "%*spub:\n", indent, "") <= 0) in ecx_key_print()
197 if (ASN1_buf_print(bp, ecxkey->pubkey, KEYLEN(pkey), in ecx_key_print()
203 static int ecx_priv_print(BIO *bp, const EVP_PKEY *pkey, int indent, in ecx_priv_print() argument
206 return ecx_key_print(bp, pkey, indent, ctx, KEY_OP_PRIVATE); in ecx_priv_print()
209 static int ecx_pub_print(BIO *bp, const EVP_PKEY *pkey, int indent, in ecx_pub_print() argument
[all …]
/openssl/engines/
H A De_loader_attic.c1068 (const OSSL_STORE_LOADER *loader, BIO *bp, in file_attach() argument
1081 ctx->_.file.file = bp; in file_attach()
1294 static int file_read_pem(BIO *bp, char **pem_name, char **pem_header, in file_read_pem() argument
1300 ? PEM_read_bio_ex(bp, pem_name, pem_header, data, len, in file_read_pem()
1302 : PEM_read_bio(bp, pem_name, pem_header, data, len); in file_read_pem()
1339 if (BIO_buffer_peek(bp, peekbuf, sizeof(peekbuf)) <= 0) in file_try_read_msblob()
1350 ? b2i_PublicKey_bio(bp) in file_try_read_msblob()
1351 : b2i_PrivateKey_bio(bp); in file_try_read_msblob()
1374 if (BIO_buffer_peek(bp, peekbuf, sizeof(peekbuf)) <= 0) in file_try_read_PVK()
1398 static int file_read_asn1(BIO *bp, unsigned char **data, long *len) in file_read_asn1() argument
[all …]
/openssl/crypto/
H A Dex_data.c349 const struct ex_callback_entry *bp = (const struct ex_callback_entry *)b; in ex_callback_compare() local
351 if (ap->excb == bp->excb) in ex_callback_compare()
356 if (bp->excb == NULL) in ex_callback_compare()
358 if (ap->excb->priority == bp->excb->priority) in ex_callback_compare()
360 return ap->excb->priority > bp->excb->priority ? -1 : 1; in ex_callback_compare()
/openssl/crypto/conf/
H A Dconf_lib.c84 LHASH_OF(CONF_VALUE) *CONF_load_bio(LHASH_OF(CONF_VALUE) *conf, BIO *bp, in LHASH_OF()
92 ret = NCONF_load_bio(&ctmp, bp, eline); in LHASH_OF()
275 int NCONF_load_bio(CONF *conf, BIO *bp, long *eline) in NCONF_load_bio() argument
282 return conf->meth->load_bio(conf, bp, eline); in NCONF_load_bio()
/openssl/crypto/bn/
H A DREADME.pod23 BN_ULONG bn_add_words(BN_ULONG *rp, BN_ULONG *ap, BN_ULONG *bp,
25 BN_ULONG bn_sub_words(BN_ULONG *rp, BN_ULONG *ap, BN_ULONG *bp,
128 bn_add_words(B<rp>, B<ap>, B<bp>, B<num>) operates on the B<num> word
129 arrays B<ap>, B<bp> and B<rp>. It computes B<ap> + B<bp>, places the
132 bn_sub_words(B<rp>, B<ap>, B<bp>, B<num>) operates on the B<num> word
133 arrays B<ap>, B<bp> and B<rp>. It computes B<ap> - B<bp>, places the
134 result in B<rp>, and returns the carry (1 if B<bp> E<gt> B<ap>, 0

Completed in 81 milliseconds

1234567