Searched refs:sha512_update (Results 1 – 12 of 12) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/arm64/crypto/ |
| H A D | sha512-glue.c | 32 static int sha512_update(struct shash_desc *desc, const u8 *data, in sha512_update() function 58 .update = sha512_update, 70 .update = sha512_update,
|
| /OK3568_Linux_fs/kernel/arch/x86/crypto/ |
| H A D | sha512_ssse3_glue.c | 44 static int sha512_update(struct shash_desc *desc, const u8 *data, in sha512_update() function 84 return sha512_update(desc, data, len, sha512_transform_ssse3); in sha512_ssse3_update() 160 return sha512_update(desc, data, len, sha512_transform_avx); in sha512_avx_update() 226 return sha512_update(desc, data, len, sha512_transform_rorx); in sha512_avx2_update()
|
| /OK3568_Linux_fs/u-boot/spl/lib/ |
| H A D | sha512.su | |
| /OK3568_Linux_fs/u-boot/lib/ |
| H A D | sha512.su | |
| H A D | sha512.c | 236 int sha512_update(sha512_context *ctx, const unsigned char *input, size_t ilen) in sha512_update() function 344 sha512_update(&ctx, input, ilen); in sha512_csum()
|
| /OK3568_Linux_fs/u-boot/include/u-boot/ |
| H A D | sha512.h | 71 int sha512_update(sha512_context *ctx, const unsigned char *input, size_t ilen);
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/mbedtls/ |
| H A D | compat-1.3.h | 2267 #define sha512_update mbedtls_sha512_update macro
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/mbedtls/ |
| H A D | compat-1.3.h | 2267 #define sha512_update mbedtls_sha512_update macro
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/mbedtls/ |
| H A D | compat-1.3.h | 2267 #define sha512_update mbedtls_sha512_update macro
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/mbedtls/ |
| H A D | compat-1.3.h | 2267 #define sha512_update mbedtls_sha512_update macro
|
| /OK3568_Linux_fs/u-boot/spl/ |
| H A D | u-boot-spl.map | |
| /OK3568_Linux_fs/u-boot/ |
| H A D | u-boot.map | |