Home
last modified time | relevance | path

Searched defs:x509_cert_aux_st (Results 1 – 4 of 4) sorted by relevance

/third_party/openssl/ohos_lite/include/crypto/
Dx509.h138 struct x509_cert_aux_st { struct
141 ASN1_UTF8STRING *alias; /* "friendly name" */
142 ASN1_OCTET_STRING *keyid; /* key id of private key */
/third_party/node/deps/openssl/openssl/include/crypto/
Dx509.h152 struct x509_cert_aux_st { struct
155 ASN1_UTF8STRING *alias; /* "friendly name" */
156 ASN1_OCTET_STRING *keyid; /* key id of private key */
/third_party/openssl/include/crypto/
Dx509.h152 struct x509_cert_aux_st { struct
155 ASN1_UTF8STRING *alias; /* "friendly name" */
156 ASN1_OCTET_STRING *keyid; /* key id of private key */
/third_party/python/Lib/lib2to3/tests/data/
Dinfinite_recursion.py1710 class x509_cert_aux_st(Structure): class