X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=resource%2Fcsdk%2Fsecurity%2Finclude%2Finternal%2Fsecurity_internals.h;h=42b1e5af67a1933a5360d54c290c6780f605c73e;hb=c315c87e07c4080ecd0ef488e7a1047bc3c509b2;hp=13030d9135e08d116931078ba8f91a07321749c3;hpb=edcfc3d2329da7b914771c0dcff5f42c9b74fd93;p=platform%2Fupstream%2Fiotivity.git diff --git a/resource/csdk/security/include/internal/security_internals.h b/resource/csdk/security/include/internal/security_internals.h index 13030d9..42b1e5a 100644 --- a/resource/csdk/security/include/internal/security_internals.h +++ b/resource/csdk/security/include/internal/security_internals.h @@ -46,25 +46,6 @@ OCEntityHandlerResult ACLEntityHandler(OCEntityHandlerFlag flag, OCStackResult SetDefaultACL(OicSecAcl_t *acl); /** - * Converts CBOR payload to SVC. - * - * @param cborPayload is the svc payload cbor value that neds to be converted. - * @param cborSize of the cborPayload. In case size is not known, it is 0. - * @param svc is the value that is initialized. It is NULL in case of error. - * - * @return ::OC_STACK_OK in case successful. ::OC_STACK_INVALID_PARAM if one of - * the passed parameter is NULL. ::OC_STACK_ERROR in case of error. - */ -OCStackResult CBORPayloadToSVC(const uint8_t *cborPayload, size_t size, OicSecSvc_t **svc); - -/** - * Deletes the passed initialized reference to @ref OicSecSvc_t. - * - * @param svc is the reference to be deleted. - */ -void DeleteSVCList(OicSecSvc_t* svc); - -/** * Create PSTAT resource after default PSTAT initialization is done. */ OCStackResult CreatePstatResource();