Home
last modified time | relevance | path

Searched refs:pptype (Results 1 – 6 of 6) sorted by relevance

/freebsd/crypto/openssl/crypto/asn1/
H A Dx_algor.c56 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()
/freebsd/crypto/openssl/doc/man3/
H A DX509_ALGOR_dup.pod13 void X509_ALGOR_get0(const ASN1_OBJECT **paobj, int *pptype,
31 algorithm OID in B<*paobj> and the associated parameter in B<*pptype>
/freebsd/crypto/openssl/crypto/cmp/
H A Dcmp_protect.c37 int pptype = 0; in ossl_cmp_calc_protection() local
50 X509_ALGOR_get0(&algorOID, &pptype, &ppval, msg->header->protectionAlg); in ossl_cmp_calc_protection()
/freebsd/crypto/openssl/crypto/ec/
H A Dec_ameth.c29 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()
/freebsd/crypto/openssl/include/openssl/
H A Dx509.h666 void X509_ALGOR_get0(const ASN1_OBJECT **paobj, int *pptype,
H A Dx509.h.in472 void X509_ALGOR_get0(const ASN1_OBJECT **paobj, int *pptype,