Home
last modified time | relevance | path

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

/third_party/openssl/include/openssl/
Dx509.h59 struct X509_algor_st { struct
60 ASN1_OBJECT *algorithm;
61 ASN1_TYPE *parameter;
/third_party/python/Lib/lib2to3/tests/data/
Dinfinite_recursion.py846 class X509_algor_st(Structure): class