Searched defs:x509_name (Results 1 – 4 of 4) sorted by relevance
34 struct x509_name { struct35 struct x509_name_attr attr[X509_MAX_NAME_ATTRIBUTES]; argument56 struct x509_name issuer; argument
63 def _decode_x509_name(backend, x509_name): argument
920 X509_NAME *x509_name = NULL; in pkcs11_fetch_x509_pubkey() local
1207 def x509_name(**attrs): function