Searched refs:cipher_ccm_op (Results 1 – 3 of 3) sorted by relevance
154 ret = cipher_ccm_op(&sec_ctx->dec, &apkt, nonce); in ieee802154_decrypt_auth()197 ret = cipher_ccm_op(&sec_ctx->enc, &apkt, nonce); in ieee802154_encrypt_auth()
443 if (cipher_ccm_op(&ini, &ccm_op, ccm_nonce)) { in ccm_mode()468 if (cipher_ccm_op(&ini, &ccm_op, ccm_nonce)) { in ccm_mode()
322 static inline int cipher_ccm_op(struct cipher_ctx *ctx, in cipher_ccm_op() function