Home
last modified time | relevance | path

Searched defs:X509_sig_st (Results 1 – 2 of 2) sorted by relevance

/third_party/openssl/include/crypto/
Dx509.h269 struct X509_sig_st { struct
270 X509_ALGOR *algor;
271 ASN1_OCTET_STRING *digest;
/third_party/python/Lib/lib2to3/tests/data/
Dinfinite_recursion.py1613 class X509_sig_st(Structure): class