Home | History | Annotate | Download | only in ap

Lines Matching full:aes_unwrap

1337 	/* aes_unwrap() does not support inplace decryption, so use a temporary
1339 if (aes_unwrap(r1kh->key, (FT_R0KH_R1KH_PULL_DATA_LEN + 7) / 8,
1465 /* aes_unwrap() does not support inplace decryption, so use a temporary
1467 if (aes_unwrap(r0kh->key, (FT_R0KH_R1KH_RESP_DATA_LEN + 7) / 8,
1531 /* aes_unwrap() does not support inplace decryption, so use a temporary
1533 if (aes_unwrap(r0kh->key, (FT_R0KH_R1KH_PUSH_DATA_LEN + 7) / 8,