Searched refs:pk_resp_packet (Results 1 – 1 of 1) sorted by relevance
708 MYSQLND_PACKET_SHA256_PK_REQUEST_RESPONSE * pk_resp_packet = NULL; in mysqlnd_sha256_get_rsa_key() local717 …pk_resp_packet = conn->payload_decoder_factory->m.get_sha256_pk_request_response_packet(conn->payl… in mysqlnd_sha256_get_rsa_key()718 if (!pk_resp_packet) { in mysqlnd_sha256_get_rsa_key()730 if (FAIL == PACKET_READ(pk_resp_packet) || NULL == pk_resp_packet->public_key) { in mysqlnd_sha256_get_rsa_key()736 DBG_INF_FMT("Public key(%d):\n%s", pk_resp_packet->public_key_len, pk_resp_packet->public_key); in mysqlnd_sha256_get_rsa_key()739 BIO * bio = BIO_new_mem_buf(pk_resp_packet->public_key, pk_resp_packet->public_key_len); in mysqlnd_sha256_get_rsa_key()745 PACKET_FREE(pk_resp_packet); in mysqlnd_sha256_get_rsa_key()
Completed in 7 milliseconds