Home
last modified time | relevance | path

Searched refs:sha512_update (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/kernel/arch/arm64/crypto/
H A Dsha512-glue.c32 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 Dsha512_ssse3_glue.c44 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 Dsha512.su
/OK3568_Linux_fs/u-boot/lib/
H A Dsha512.su
H A Dsha512.c236 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 Dsha512.h71 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 Dcompat-1.3.h2267 #define sha512_update mbedtls_sha512_update macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/mbedtls/
H A Dcompat-1.3.h2267 #define sha512_update mbedtls_sha512_update macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/mbedtls/
H A Dcompat-1.3.h2267 #define sha512_update mbedtls_sha512_update macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/mbedtls/
H A Dcompat-1.3.h2267 #define sha512_update mbedtls_sha512_update macro
/OK3568_Linux_fs/u-boot/spl/
H A Du-boot-spl.map
/OK3568_Linux_fs/u-boot/
H A Du-boot.map