Searched refs:authlen (Results 1 – 1 of 1) sorted by relevance
649 if (crypto_aead_authsize(key->tfm[i]) == authlen) in llsec_tfm_by_len()662 int authlen, assoclen, datalen, rc; in llsec_do_encrypt_auth() local666 authlen = ieee802154_sechdr_authtag_len(&hdr->sec); in llsec_do_encrypt_auth()678 skb_put(skb, authlen); in llsec_do_encrypt_auth()712 int rc, authlen, hlen; in mac802154_llsec_encrypt() local730 authlen = ieee802154_sechdr_authtag_len(&hdr.sec); in mac802154_llsec_encrypt()871 int authlen, datalen, assoclen, rc; in llsec_do_decrypt_auth() local875 authlen = ieee802154_sechdr_authtag_len(&hdr->sec); in llsec_do_decrypt_auth()890 assoclen += datalen - authlen; in llsec_do_decrypt_auth()891 datalen = authlen; in llsec_do_decrypt_auth()[all …]
Completed in 5 milliseconds