Searched refs:dtls_ccm_decrypt (Results 1 – 1 of 1) sorted by relevance
300 dtls_ccm_decrypt(aes128_ccm_t *ccm_ctx, const unsigned char *src, in dtls_ccm_decrypt() function568 ret = dtls_ccm_decrypt(&ctx->data, src, length, buf, nounce, aad, la); in dtls_decrypt()