Lines Matching refs:CoAPContext
33 void alcs_rec_auth_select(CoAPContext *ctx, const char *paths, in alcs_rec_auth_select()
126 svr_key_info *is_legal_key(CoAPContext *ctx, const char *keyprefix, in is_legal_key()
194 void alcs_rec_auth(CoAPContext *ctx, const char *paths, NetworkAddr *from, in alcs_rec_auth()
351 static int alcs_remove_low_priority_key(CoAPContext *ctx, in alcs_remove_low_priority_key()
373 static int add_svr_key(CoAPContext *ctx, const char *keyprefix, in add_svr_key()
423 int alcs_add_svr_key(CoAPContext *ctx, const char *keyprefix, in alcs_add_svr_key()
430 int alcs_remove_svr_key(CoAPContext *ctx, const char *keyprefix) in alcs_remove_svr_key()
452 int alcs_set_revocation(CoAPContext *ctx, const char *seqlist) in alcs_set_revocation()
476 void send_err_rsp(CoAPContext *ctx, NetworkAddr *addr, int code, in send_err_rsp()
489 void call_cb(CoAPContext *context, const char *path, NetworkAddr *remote, in call_cb()
536 void recv_msg_handler(CoAPContext *context, const char *path, in recv_msg_handler()
579 int alcs_resource_register_secure(CoAPContext *context, const char *pk, in alcs_resource_register_secure()
689 void alcs_rec_heart_beat(CoAPContext *ctx, const char *path, in alcs_rec_heart_beat()
750 int observe_data_encrypt(CoAPContext *ctx, const char *path, NetworkAddr *from, in observe_data_encrypt()
777 void on_svr_auth_timer(CoAPContext *ctx) in on_svr_auth_timer()