| /OK3568_Linux_fs/external/security/rk_tee_user/v2/host/openssl/include/openssl/ |
| H A D | sha.h | 105 } SHA_CTX; typedef 109 int private_SHA_Init(SHA_CTX *c); 111 int SHA_Init(SHA_CTX *c); 112 int SHA_Update(SHA_CTX *c, const void *data, size_t len); 113 int SHA_Final(unsigned char *md, SHA_CTX *c); 115 void SHA_Transform(SHA_CTX *c, const unsigned char *data); 119 int private_SHA1_Init(SHA_CTX *c); 121 int SHA1_Init(SHA_CTX *c); 122 int SHA1_Update(SHA_CTX *c, const void *data, size_t len); 123 int SHA1_Final(unsigned char *md, SHA_CTX *c); [all …]
|
| /OK3568_Linux_fs/u-boot/tools/rockchip/ |
| H A D | sha.h | 37 typedef struct SHA_CTX { struct 48 } SHA_CTX; typedef 50 void SHA_init(SHA_CTX* ctx); 51 void SHA_update(SHA_CTX* ctx, const void* data, int len); 52 const uint8_t* SHA_final(SHA_CTX* ctx);
|
| H A D | sha.c | 58 static void SHA1_Transform(SHA_CTX *ctx) in SHA1_Transform() 154 void SHA_update(SHA_CTX *ctx, const void *data, int len) in SHA_update() 178 const uint8_t *SHA_final(SHA_CTX *ctx) in SHA_final() 203 static void SHA1_transform(SHA_CTX *ctx) in SHA1_transform() 254 void SHA_update(SHA_CTX *ctx, const void *data, int len) in SHA_update() 269 const uint8_t *SHA_final(SHA_CTX *ctx) in SHA_final() 297 void SHA_init(SHA_CTX *ctx) in SHA_init() 312 SHA_CTX ctx; in SHA()
|
| H A D | loaderimage.c | 304 SHA_CTX ctx; in main()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/openssl/ |
| H A D | sha.h | 77 OPENSSL_EXPORT int SHA1_Init(SHA_CTX *sha); 80 OPENSSL_EXPORT int SHA1_Update(SHA_CTX *sha, const void *data, size_t len); 85 OPENSSL_EXPORT int SHA1_Final(uint8_t *md, SHA_CTX *sha); 95 OPENSSL_EXPORT void SHA1_Transform(SHA_CTX *sha, const uint8_t *block);
|
| H A D | base.h | 335 typedef struct sha_state_st SHA_CTX; typedef
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/host_include/openssl/ |
| H A D | sha.h | 77 OPENSSL_EXPORT int SHA1_Init(SHA_CTX *sha); 80 OPENSSL_EXPORT int SHA1_Update(SHA_CTX *sha, const void *data, size_t len); 85 OPENSSL_EXPORT int SHA1_Final(uint8_t *md, SHA_CTX *sha); 95 OPENSSL_EXPORT void SHA1_Transform(SHA_CTX *sha, const uint8_t *block);
|
| H A D | base.h | 335 typedef struct sha_state_st SHA_CTX; typedef
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/openssl/ |
| H A D | sha.h | 77 OPENSSL_EXPORT int SHA1_Init(SHA_CTX *sha); 80 OPENSSL_EXPORT int SHA1_Update(SHA_CTX *sha, const void *data, size_t len); 85 OPENSSL_EXPORT int SHA1_Final(uint8_t out[SHA_DIGEST_LENGTH], SHA_CTX *sha); 96 OPENSSL_EXPORT void SHA1_Transform(SHA_CTX *sha,
|
| H A D | base.h | 428 typedef struct sha_state_st SHA_CTX; typedef
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/openssl/ |
| H A D | sha.h | 77 OPENSSL_EXPORT int SHA1_Init(SHA_CTX *sha); 80 OPENSSL_EXPORT int SHA1_Update(SHA_CTX *sha, const void *data, size_t len); 85 OPENSSL_EXPORT int SHA1_Final(uint8_t out[SHA_DIGEST_LENGTH], SHA_CTX *sha); 96 OPENSSL_EXPORT void SHA1_Transform(SHA_CTX *sha,
|
| H A D | base.h | 428 typedef struct sha_state_st SHA_CTX; typedef
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/openssl/ |
| H A D | sha.h | 77 OPENSSL_EXPORT int SHA1_Init(SHA_CTX *sha); 80 OPENSSL_EXPORT int SHA1_Update(SHA_CTX *sha, const void *data, size_t len); 85 OPENSSL_EXPORT int SHA1_Final(uint8_t out[SHA_DIGEST_LENGTH], SHA_CTX *sha); 96 OPENSSL_EXPORT void SHA1_Transform(SHA_CTX *sha,
|
| H A D | base.h | 428 typedef struct sha_state_st SHA_CTX; typedef
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/openssl/ |
| H A D | sha.h | 77 OPENSSL_EXPORT int SHA1_Init(SHA_CTX *sha); 80 OPENSSL_EXPORT int SHA1_Update(SHA_CTX *sha, const void *data, size_t len); 85 OPENSSL_EXPORT int SHA1_Final(uint8_t out[SHA_DIGEST_LENGTH], SHA_CTX *sha); 96 OPENSSL_EXPORT void SHA1_Transform(SHA_CTX *sha,
|
| H A D | base.h | 428 typedef struct sha_state_st SHA_CTX; typedef
|
| /OK3568_Linux_fs/external/xserver/os/ |
| H A D | xsha1.c | 257 SHA_CTX *ctx = malloc(sizeof(*ctx)); in x_sha1_init() 273 SHA_CTX *sha_ctx = ctx; in x_sha1_update() 285 SHA_CTX *sha_ctx = ctx; in x_sha1_final()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/core/ |
| H A D | 0009-mkbootimg-Add-dt-parameter-to-specify-DT-image.patch | 64 SHA_CTX ctx;
|