Searched refs:__crypto_xor (Results 1 – 12 of 12) sorted by relevance
| /OK3568_Linux_fs/kernel/include/crypto/ |
| H A D | algapi.h | 137 void __crypto_xor(u8 *dst, const u8 *src1, const u8 *src2, unsigned int size); 152 __crypto_xor(dst, dst, src, size); in crypto_xor() 171 __crypto_xor(dst, src1, src2, size); in crypto_xor_cpy()
|
| /OK3568_Linux_fs/kernel/android/ |
| H A D | abi_gki_aarch64_fips140 | 171 __crypto_xor
|
| H A D | abi_gki_aarch64_virtual_device | 770 __crypto_xor
|
| H A D | abi_gki_aarch64_generic | 261 __crypto_xor
|
| H A D | abi_gki_aarch64_db845c | 1011 __crypto_xor
|
| H A D | abi_gki_aarch64_imx | 1695 __crypto_xor
|
| H A D | abi_gki_aarch64_qcom | 319 __crypto_xor
|
| H A D | abi_gki_aarch64_mtk | 279 __crypto_xor
|
| H A D | abi_gki_aarch64_rockchip | 176 __crypto_xor
|
| H A D | abi_gki_aarch64_oplus | 348 __crypto_xor
|
| /OK3568_Linux_fs/kernel/crypto/ |
| H A D | fips140-module.c | 566 void __crypto_xor(u8 *dst, const u8 *src1, const u8 *src2, unsigned int len) in __crypto_xor() function
|
| H A D | algapi.c | 994 void __crypto_xor(u8 *dst, const u8 *src1, const u8 *src2, unsigned int len) in __crypto_xor() function 1045 EXPORT_SYMBOL_GPL(__crypto_xor);
|