Home
last modified time | relevance | path

Searched refs:EVPXOFtype (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Modules/
H A D_hashopenssl.c213 PyTypeObject *EVPXOFtype; member
244 class _hashlib.HASHXOF "EVPobject *" "((_hashlibstate *)PyModule_GetState(module))->EVPXOFtype"
877 type = get_hashlib_state(module)->EVPXOFtype; in py_evp_fromname()
2087 Py_VISIT(state->EVPXOFtype); in hashlib_traverse()
2101 Py_CLEAR(state->EVPXOFtype); in hashlib_clear()
2159 state->EVPXOFtype = (PyTypeObject *)PyType_FromSpecWithBases( in hashlib_init_evpxoftype()
2162 if (state->EVPXOFtype == NULL) { in hashlib_init_evpxoftype()
2165 if (PyModule_AddType(module, state->EVPXOFtype) < 0) { in hashlib_init_evpxoftype()

Completed in 4 milliseconds