Home
last modified time | relevance | path

Searched refs:pp (Results 51 – 72 of 72) sorted by relevance

123

/openssl/crypto/x509/
H A Dx509_req.c343 int i2d_re_X509_REQ_tbs(X509_REQ *req, unsigned char **pp) in i2d_re_X509_REQ_tbs() argument
350 return i2d_X509_REQ_INFO(&req->req_info, pp); in i2d_re_X509_REQ_tbs()
/openssl/doc/man3/
H A DX509_PUBKEY_new.pod25 EVP_PKEY *d2i_PUBKEY_ex(EVP_PKEY **a, const unsigned char **pp, long length,
27 EVP_PKEY *d2i_PUBKEY(EVP_PKEY **a, const unsigned char **pp, long length);
28 int i2d_PUBKEY(const EVP_PKEY *a, unsigned char **pp);
H A DBIO_s_mem.pod18 long BIO_get_mem_data(BIO *b, char **pp);
20 BIO_get_mem_ptr(BIO *b, BUF_MEM **pp);
82 BIO_get_mem_data() sets *B<pp> to a pointer to the start of the memory BIOs data
91 BIO_get_mem_ptr() places the underlying BUF_MEM structure in *B<pp>. It is
H A Dd2i_RSAPrivateKey.pod122 I<pp> in the headers, or I<in> and I<out>.
H A Dd2i_X509.pod415 either both named I<pp> in the headers, or I<in> and I<out>.
/openssl/crypto/ec/
H A Dec_mult.c589 signed char *pp; in ossl_ec_wNAF_mul() local
606 pp = tmp_wNAF; in ossl_ec_wNAF_mul()
631 memcpy(wNAF[i], pp, wNAF_len[i]); in ossl_ec_wNAF_mul()
642 pp += blocksize; in ossl_ec_wNAF_mul()
/openssl/crypto/evp/
H A Devp_lib.c1359 const unsigned char *pp = NULL; in EVP_CIPHER_CTX_get_algor() local
1363 pp = aid; in EVP_CIPHER_CTX_get_algor()
1366 && d2i_X509_ALGOR(alg, &pp, aid_len) != NULL) in EVP_CIPHER_CTX_get_algor()
1475 const unsigned char *pp = NULL; in EVP_PKEY_CTX_get_algor() local
1479 pp = aid; in EVP_PKEY_CTX_get_algor()
1482 && d2i_X509_ALGOR(alg, &pp, aid_len) != NULL) in EVP_PKEY_CTX_get_algor()
/openssl/crypto/rsa/
H A Drsa_ameth.c705 const unsigned char *pp = aid; in rsa_item_sign() local
707 if (d2i_X509_ALGOR(&alg1, &pp, aid_len) == NULL) in rsa_item_sign()
711 const unsigned char *pp = aid; in rsa_item_sign() local
713 if (d2i_X509_ALGOR(&alg2, &pp, aid_len) == NULL) in rsa_item_sign()
H A Drsa_local.h23 BIGNUM *pp; member
H A Drsa_chk.c216 if (!BN_mod_inverse(i, pinfo->pp, pinfo->r, ctx)) { in rsa_validate_keypair_multiprime()
H A Drsa_gen.c506 if (i > 1 && BN_copy(pinfo->pp, rsa->n) == NULL) in rsa_multiprime_keygen()
H A Drsa_ossl.c1097 if (!BN_mul(r1, r1, pinfo->pp, ctx)) { in rsa_ossl_mod_exp()
/openssl/apps/lib/
H A Ds_cb.c945 STRINT_PAIR *pp; in print_chain_flags() local
947 for (pp = chain_flags; pp->name; ++pp) in print_chain_flags()
949 pp->name, in print_chain_flags()
950 (flags & pp->retval) ? "OK" : "NOT OK"); in print_chain_flags()
/openssl/test/
H A Devp_libctx_test.c548 const unsigned char *pp = NULL; in rsa_keygen() local
560 pp = pub_der; in rsa_keygen()
561 if (!TEST_ptr(d2i_PublicKey(EVP_PKEY_RSA, pub, &pp, len))) in rsa_keygen()
H A Dtls-provider.c2180 static X509_PUBKEY *xorx_d2i_X509_PUBKEY_INTERNAL(const unsigned char **pp,
2187 return (X509_PUBKEY *)ASN1_item_d2i_ex((ASN1_VALUE **)&xpub, pp, len,
2241 const unsigned char **pp, long length) in xor_d2i_PUBKEY() argument
2246 xpk = xorx_d2i_X509_PUBKEY_INTERNAL(pp, length, NULL); in xor_d2i_PUBKEY()
H A Dbntest.c61 PAIR *pp = s->pairs; in findattr() local
63 for ( ; --i >= 0; pp++) in findattr()
64 if (OPENSSL_strcasecmp(pp->key, key) == 0) in findattr()
65 return pp->value; in findattr()
/openssl/include/crypto/
H A Dasn1.h146 const unsigned char **pp, long length,
/openssl/include/openssl/
H A Devp.h1403 EVP_PKEY *d2i_PublicKey(int type, EVP_PKEY **a, const unsigned char **pp,
1405 int i2d_PublicKey(const EVP_PKEY *a, unsigned char **pp);
1408 EVP_PKEY *d2i_PrivateKey_ex(int type, EVP_PKEY **a, const unsigned char **pp,
1411 EVP_PKEY *d2i_PrivateKey(int type, EVP_PKEY **a, const unsigned char **pp,
1413 EVP_PKEY *d2i_AutoPrivateKey_ex(EVP_PKEY **a, const unsigned char **pp,
1416 EVP_PKEY *d2i_AutoPrivateKey(EVP_PKEY **a, const unsigned char **pp,
1418 int i2d_PrivateKey(const EVP_PKEY *a, unsigned char **pp);
1420 int i2d_KeyParams(const EVP_PKEY *a, unsigned char **pp);
1421 EVP_PKEY *d2i_KeyParams(int type, EVP_PKEY **a, const unsigned char **pp,
H A Dasn1.h.in611 ASN1_INTEGER *d2i_ASN1_UINTEGER(ASN1_INTEGER **a, const unsigned char **pp,
730 int ASN1_get_object(const unsigned char **pp, long *plength, int *ptag,
734 void ASN1_put_object(unsigned char **pp, int constructed, int length,
736 int ASN1_put_eoc(unsigned char **pp);
818 int ASN1_parse(BIO *bp, const unsigned char *pp, long len, int indent);
819 int ASN1_parse_dump(BIO *bp, const unsigned char *pp, long len, int indent,
H A Dbio.h.in588 # define BIO_get_mem_data(b,pp) BIO_ctrl(b,BIO_CTRL_INFO,0,(char *)(pp)) argument
590 # define BIO_get_mem_ptr(b,pp) BIO_ctrl(b,BIO_C_GET_BUF_MEM_PTR,0, \ argument
591 (char *)(pp))
H A Dx509.h.in533 EVP_PKEY *d2i_PUBKEY_ex(EVP_PKEY **a, const unsigned char **pp, long length,
582 int i2d_re_X509_tbs(X509 *x, unsigned char **pp);
710 int i2d_re_X509_REQ_tbs(X509_REQ *req, unsigned char **pp);
767 int i2d_re_X509_CRL_tbs(X509_CRL *req, unsigned char **pp);
H A Dssl.h.in1743 __owur int i2d_SSL_SESSION(const SSL_SESSION *in, unsigned char **pp);
1752 SSL_SESSION *d2i_SSL_SESSION(SSL_SESSION **a, const unsigned char **pp,
1754 SSL_SESSION *d2i_SSL_SESSION_ex(SSL_SESSION **a, const unsigned char **pp,

Completed in 130 milliseconds

123