Searched refs:bnpub_key (Results 1 – 1 of 1) sorted by relevance
2029 BIGNUM *p = NULL, *g = NULL, *bnpub_key = NULL; in tls_process_ske_dhe() local2045 bnpub_key = BN_bin2bn(PACKET_data(&pub_key), in tls_process_ske_dhe()2047 if (p == NULL || g == NULL || bnpub_key == NULL) { in tls_process_ske_dhe()2057 bnpub_key) in tls_process_ske_dhe()2116 BN_free(bnpub_key); in tls_process_ske_dhe()