Searched defs:sig_hash (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/net/
H A Dtls.c744 * @ret sig_hash Signature and hash algorithm, or NULL
749 struct tls_signature_hash_algorithm *sig_hash; local
754 sig_hash = &tls_signature_hash_algorithms[i];
755 if ( ( sig_hash->pubkey == pubkey ) &&
756 ( sig_hash->digest == digest ) ) {
757 return sig_hash;
1023 struct tls_signature_hash_algorithm *sig_hash = NULL; local
1039 sig_hash = tls_signature_hash_algorithm ( pubkey, digest );
1040 if ( ! sig_hash ) {
1052 int use_sig_hash = ( ( sig_hash
1055 struct tls_signature_hash_id sig_hash[use_sig_hash]; member in struct:__anon15794
[all...]

Completed in 36 milliseconds