HomeSort by: relevance | last modified time | path
    Searched refs:hash_oid (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/ssl/
t1_lib.c 503 sinf->hash_oid = NULL;
507 OPENSSL_free(sinf->hash_oid);
508 sinf->hash_oid = OPENSSL_strdup(p->data);
509 if (sinf->hash_oid == NULL)
625 OBJ_create(sinf->hash_oid, sinf->hash_name, NULL);
651 OPENSSL_free(sinf->hash_oid);
652 sinf->hash_oid = NULL;
ssl_local.h 759 char *hash_oid; /* hash algorithm OID */ member in struct:tls_sigalg_info_st
ssl_lib.c 4432 OPENSSL_free(a->sigalg_list[j].hash_oid);

Completed in 39 milliseconds