Home
last modified time | relevance | path

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

/third_party/openssl/crypto/asn1/
Dx_algor.c54 void X509_ALGOR_get0(const ASN1_OBJECT **paobj, int *pptype, in X509_ALGOR_get0() argument
59 if (pptype) { in X509_ALGOR_get0()
61 *pptype = V_ASN1_UNDEF; in X509_ALGOR_get0()
64 *pptype = algor->parameter->type; in X509_ALGOR_get0()
/third_party/openssl/doc/man3/
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>
/third_party/openssl/crypto/ec/
Dec_ameth.c26 static int eckey_param2type(int *pptype, void **ppval, const EC_KEY *ec_key) in eckey_param2type() argument
46 *pptype = V_ASN1_OBJECT; in eckey_param2type()
70 *pptype = V_ASN1_SEQUENCE; in eckey_param2type()
/third_party/openssl/include/openssl/
Dx509.h477 void X509_ALGOR_get0(const ASN1_OBJECT **paobj, int *pptype,