Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/openssl/ssl/
H A Dt1_lib.c875 int point_conv; in tls1_check_pkey_comp() local
883 point_conv = EVP_PKEY_get_ec_point_conv_form(pkey); in tls1_check_pkey_comp()
884 if (point_conv == 0) in tls1_check_pkey_comp()
886 if (point_conv == POINT_CONVERSION_UNCOMPRESSED) { in tls1_check_pkey_comp()
/third_party/openssl/ssl/
H A Dt1_lib.c855 int point_conv; in tls1_check_pkey_comp() local
863 point_conv = EVP_PKEY_get_ec_point_conv_form(pkey); in tls1_check_pkey_comp()
864 if (point_conv == 0) in tls1_check_pkey_comp()
866 if (point_conv == POINT_CONVERSION_UNCOMPRESSED) { in tls1_check_pkey_comp()

Completed in 10 milliseconds