Searched refs:pn_vector (Results 1 – 1 of 1) sorted by relevance
636 u8 *pn_vector, in construct_mic_iv() argument660 mic_iv[i] = pn_vector[i - 8]; /* mic_iv[8:13] = PN[0:5] */ in construct_mic_iv()663 mic_iv[i] = pn_vector[13 - i]; /* mic_iv[8:13] = PN[5:0] */ in construct_mic_iv()759 u8 *pn_vector, in construct_ctr_preload() argument783 ctr_preload[i] = pn_vector[i - 8]; /* ctr_preload[8:13] = PN[0:5] */ in construct_ctr_preload()786 ctr_preload[i] = pn_vector[13 - i]; /* ctr_preload[8:13] = PN[5:0] */ in construct_ctr_preload()798 u8 pn_vector[6]; in aes_cipher() local839 pn_vector[0] = pframe[hdrlen]; in aes_cipher()840 pn_vector[1] = pframe[hdrlen + 1]; in aes_cipher()841 pn_vector[2] = pframe[hdrlen + 4]; in aes_cipher()[all …]