Lines Matching refs:priv_key
47 coap_binary_t *priv_key;
554 ecdsa_key.priv_key = t_context->priv_key->s;
667 if (t_context->priv_key) {
668 coap_delete_binary(t_context->priv_key);
669 t_context->priv_key = NULL;
1107 t_context->priv_key = get_asn1_tag(COAP_ASN1_OCTETSTRING, priv_data,
1109 if (!t_context->priv_key) {
1114 if (t_context->priv_key->length - 1 == DTLS_EC_KEY_SIZE &&
1115 t_context->priv_key->s[0] == '\000') {
1116 t_context->priv_key->length--;
1117 t_context->priv_key->s++;
1126 coap_delete_binary(t_context->priv_key);
1127 t_context->priv_key = NULL;
1137 coap_delete_binary(t_context->priv_key);
1138 t_context->priv_key = NULL;
1216 if (t_context->priv_key) {
1217 coap_delete_binary(t_context->priv_key);
1218 t_context->priv_key = NULL;