Home | History | Annotate | Download | only in ap

Lines Matching refs:aes_unwrap

1233 	/* aes_unwrap() does not support inplace decryption, so use a temporary
1235 if (aes_unwrap(r1kh->key, (FT_R0KH_R1KH_PULL_DATA_LEN + 7) / 8,
1315 /* aes_unwrap() does not support inplace decryption, so use a temporary
1317 if (aes_unwrap(r0kh->key, (FT_R0KH_R1KH_RESP_DATA_LEN + 7) / 8,
1383 /* aes_unwrap() does not support inplace decryption, so use a temporary
1385 if (aes_unwrap(r0kh->key, (FT_R0KH_R1KH_PUSH_DATA_LEN + 7) / 8,