Searched refs:hash_oid (Results 1 – 3 of 3) sorted by relevance
545 sinf->hash_oid = NULL; in add_provider_sigalgs()549 OPENSSL_free(sinf->hash_oid); in add_provider_sigalgs()550 sinf->hash_oid = OPENSSL_strdup(p->data); in add_provider_sigalgs()551 if (sinf->hash_oid == NULL) in add_provider_sigalgs()656 OBJ_create(sinf->hash_oid, sinf->hash_name, NULL); in add_provider_sigalgs()682 OPENSSL_free(sinf->hash_oid); in add_provider_sigalgs()683 sinf->hash_oid = NULL; in add_provider_sigalgs()
763 char *hash_oid; /* hash algorithm OID */ member
4354 OPENSSL_free(a->sigalg_list[j].hash_oid); in SSL_CTX_free()
Completed in 47 milliseconds