Lines Matching defs:pub_key
48 coap_binary_t *pub_key;
555 ecdsa_key.pub_key_x = t_context->pub_key->s;
556 ecdsa_key.pub_key_y = &t_context->pub_key->s[DTLS_EC_KEY_SIZE];
671 if (t_context->pub_key) {
672 coap_delete_binary(t_context->pub_key);
673 t_context->pub_key = NULL;
1133 t_context->pub_key = get_asn1_tag(COAP_ASN1_BITSTRING, pub_data, pub_len,
1135 if (!t_context->pub_key) {
1142 t_context->pub_key->s += 2;
1143 t_context->pub_key->length -= 2;
1220 if (t_context->pub_key) {
1221 coap_delete_binary(t_context->pub_key);
1222 t_context->pub_key = NULL;