Searched refs:pptype (Results 1 – 5 of 5) sorted by relevance
/openssl/crypto/asn1/ |
H A D | x_algor.c | 72 void X509_ALGOR_get0(const ASN1_OBJECT **paobj, int *pptype, in X509_ALGOR_get0() argument 77 if (pptype) { in X509_ALGOR_get0() 79 *pptype = V_ASN1_UNDEF; in X509_ALGOR_get0() 82 *pptype = algor->parameter->type; in X509_ALGOR_get0()
|
/openssl/doc/man3/ |
H A D | X509_ALGOR_dup.pod | 16 void X509_ALGOR_get0(const ASN1_OBJECT **paobj, int *pptype, 35 algorithm OID in I<*paobj> and the associated parameter in I<*pptype>
|
/openssl/crypto/cmp/ |
H A D | cmp_protect.c | 40 int pptype = 0; in ossl_cmp_calc_protection() local 53 X509_ALGOR_get0(&algorOID, &pptype, &ppval, msg->header->protectionAlg); in ossl_cmp_calc_protection()
|
/openssl/crypto/ec/ |
H A D | ec_ameth.c | 29 static int eckey_param2type(int *pptype, void **ppval, const EC_KEY *ec_key) in eckey_param2type() argument 49 *pptype = V_ASN1_OBJECT; in eckey_param2type() 63 *pptype = V_ASN1_SEQUENCE; in eckey_param2type()
|
/openssl/include/openssl/ |
H A D | x509.h.in | 492 void X509_ALGOR_get0(const ASN1_OBJECT **paobj, int *pptype,
|
Completed in 18 milliseconds