Searched refs:xp (Results 1 – 11 of 11) sorted by relevance
/openssl/crypto/x509/ |
H A D | v3_purp.c | 20 static int check_purpose_ssl_client(const X509_PURPOSE *xp, const X509 *x, 37 static int no_check_purpose(const X509_PURPOSE *xp, const X509 *x, 242 int X509_PURPOSE_get_id(const X509_PURPOSE *xp) in X509_PURPOSE_get_id() argument 244 return xp->purpose; in X509_PURPOSE_get_id() 247 char *X509_PURPOSE_get0_name(const X509_PURPOSE *xp) in X509_PURPOSE_get0_name() argument 249 return xp->name; in X509_PURPOSE_get0_name() 252 char *X509_PURPOSE_get0_sname(const X509_PURPOSE *xp) in X509_PURPOSE_get0_sname() argument 254 return xp->sname; in X509_PURPOSE_get0_sname() 257 int X509_PURPOSE_get_trust(const X509_PURPOSE *xp) in X509_PURPOSE_get_trust() argument 259 return xp->trust; in X509_PURPOSE_get_trust() [all …]
|
H A D | x509_trust.c | 201 int X509_TRUST_get_flags(const X509_TRUST *xp) in X509_TRUST_get_flags() argument 203 return xp->flags; in X509_TRUST_get_flags() 206 char *X509_TRUST_get0_name(const X509_TRUST *xp) in X509_TRUST_get0_name() argument 208 return xp->name; in X509_TRUST_get0_name() 211 int X509_TRUST_get_trust(const X509_TRUST *xp) in X509_TRUST_get_trust() argument 213 return xp->trust; in X509_TRUST_get_trust()
|
H A D | x509_vfy.c | 2579 X509_PURPOSE *xp = X509_PURPOSE_get0(idx); in X509_STORE_CTX_init() local 2581 if (xp != NULL) in X509_STORE_CTX_init() 2582 ctx->param->trust = X509_PURPOSE_get_trust(xp); in X509_STORE_CTX_init()
|
/openssl/test/certs/ |
H A D | badalt3-key.pem | 18 9hwJ+Ut2VOumFWHEUqp+nxLxwJdCtA2f/YTNqJPLj3GiGJB+xp+dZr4ARn/+P5/N
|
/openssl/crypto/sha/ |
H A D | sha512.c | 508 const unsigned int *xp = (const unsigned int *)(&(x)); \ 513 : "r"(xp[0]), "r"(yp[0]), "r"(zp[0])); \ 516 : "r"(xp[1]), "r"(yp[1]), "r"(zp[1])); ret; }) 518 const unsigned int *xp = (const unsigned int *)(&(x)); \ 523 : "r"(xp[0]^zp[0]), "r"(yp[0]), "r"(zp[0])); \ 526 : "r"(xp[1]^zp[1]), "r"(yp[1]), "r"(zp[1])); ret; })
|
/openssl/test/ |
H A D | evp_extra_test.c | 2994 if (!TEST_ptr(xp)) in test_X509_PUBKEY_inplace() 2999 if (!TEST_ptr(X509_PUBKEY_get0(xp))) in test_X509_PUBKEY_inplace() 3005 if (!TEST_ptr(xp = d2i_X509_PUBKEY(&xp, &p, input_len))) in test_X509_PUBKEY_inplace() 3014 X509_PUBKEY_free(xp); in test_X509_PUBKEY_inplace() 3021 X509_PUBKEY *xp = NULL, *xq = NULL; in test_X509_PUBKEY_dup() local 3026 if (!TEST_ptr(xp) in test_X509_PUBKEY_dup() 3029 || !TEST_ptr_ne(xp, xq)) in test_X509_PUBKEY_dup() 3042 if (!TEST_ptr(xp = d2i_X509_PUBKEY(&xp, &p, input_len)) in test_X509_PUBKEY_dup() 3046 X509_PUBKEY_free(xp); in test_X509_PUBKEY_dup() 3047 xp = NULL; in test_X509_PUBKEY_dup() [all …]
|
H A D | acvp_test.c | 1316 || !TEST_ptr(xp_bn = BN_bin2bn(tst->xp, tst->xp_len, NULL)) in rsa_keygen_test()
|
H A D | acvp_test.inc | 1171 const unsigned char *xp;
|
/openssl/include/openssl/ |
H A D | x509_vfy.h.in | 124 int X509_TRUST_get_flags(const X509_TRUST *xp); 125 char *X509_TRUST_get0_name(const X509_TRUST *xp); 126 int X509_TRUST_get_trust(const X509_TRUST *xp);
|
H A D | x509v3.h.in | 751 char *X509_PURPOSE_get0_name(const X509_PURPOSE *xp); 752 char *X509_PURPOSE_get0_sname(const X509_PURPOSE *xp); 753 int X509_PURPOSE_get_trust(const X509_PURPOSE *xp);
|
/openssl/doc/man7/ |
H A D | EVP_PKEY-RSA.pod | 154 =item "xp" (B<OSSL_PKEY_PARAM_RSA_TEST_XP>) <unsigned integer>
|
Completed in 58 milliseconds