Searched refs:pptype (Results 1 – 5 of 5) sorted by relevance
| /openssl-master/crypto/asn1/ |
| A D | x_algor.c | 56 void X509_ALGOR_get0(const ASN1_OBJECT **paobj, int *pptype, in X509_ALGOR_get0() argument 61 if (pptype) { in X509_ALGOR_get0() 63 *pptype = V_ASN1_UNDEF; in X509_ALGOR_get0() 66 *pptype = algor->parameter->type; in X509_ALGOR_get0()
|
| /openssl-master/doc/man3/ |
| A D | X509_ALGOR_dup.pod | 13 void X509_ALGOR_get0(const ASN1_OBJECT **paobj, int *pptype, 31 algorithm OID in B<*paobj> and the associated parameter in B<*pptype>
|
| /openssl-master/crypto/cmp/ |
| A D | cmp_protect.c | 37 int pptype = 0; in ossl_cmp_calc_protection() local 50 X509_ALGOR_get0(&algorOID, &pptype, &ppval, msg->header->protectionAlg); in ossl_cmp_calc_protection()
|
| /openssl-master/crypto/ec/ |
| A D | ec_ameth.c | 29 static int eckey_param2type(int *pptype, void **ppval, const EC_KEY *ec_key) in eckey_param2type() argument 50 *pptype = V_ASN1_OBJECT; in eckey_param2type() 64 *pptype = V_ASN1_SEQUENCE; in eckey_param2type()
|
| /openssl-master/include/openssl/ |
| A D | x509.h.in | 472 void X509_ALGOR_get0(const ASN1_OBJECT **paobj, int *pptype,
|
Completed in 10 milliseconds