Home
last modified time | relevance | path

Searched refs:SHA256_DIGEST_LENGTH (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/rtmpdump/git/librtmp/
H A Dhandshake.h30 #ifndef SHA256_DIGEST_LENGTH
31 #define SHA256_DIGEST_LENGTH 32 macro
36 #define HMAC_finish(ctx, dig, dlen) dlen = SHA256_DIGEST_LENGTH; sha2_hmac_finish(&ctx, dig)
48 #ifndef SHA256_DIGEST_LENGTH
49 #define SHA256_DIGEST_LENGTH 32 macro
55 #define HMAC_finish(ctx, dig, dlen) dlen = SHA256_DIGEST_LENGTH; hmac_sha256_digest(&ctx, SHA256_DI…
69 #if OPENSSL_VERSION_NUMBER < 0x0090800 || !defined(SHA256_DIGEST_LENGTH)
118 uint8_t digest[SHA256_DIGEST_LENGTH]; in InitRC4Encryption()
282 const int messageLen = RTMP_SIG_SIZE - SHA256_DIGEST_LENGTH; in CalculateDigest()
283 uint8_t message[RTMP_SIG_SIZE - SHA256_DIGEST_LENGTH]; in CalculateDigest()
[all …]
H A Dhashswf.c36 #ifndef SHA256_DIGEST_LENGTH
37 #define SHA256_DIGEST_LENGTH 32 macro
42 #define HMAC_finish(ctx, dig, dlen) dlen = SHA256_DIGEST_LENGTH; sha2_hmac_finish(&ctx, dig)
46 #ifndef SHA256_DIGEST_LENGTH
47 #define SHA256_DIGEST_LENGTH 32 macro
53 #define HMAC_finish(ctx, dig, dlen) dlen = SHA256_DIGEST_LENGTH; hmac_sha256_digest(&ctx, SHA256_DI…
656 for (i = 0; i < SHA256_DIGEST_LENGTH; i++) in RTMP_HashSWF()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/openssl/
H A Dsha.h155 #define SHA256_DIGEST_LENGTH 32 macro
166 OPENSSL_EXPORT int SHA256_Final(uint8_t out[SHA256_DIGEST_LENGTH],
173 uint8_t out[SHA256_DIGEST_LENGTH]);
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/openssl/
H A Dsha.h155 #define SHA256_DIGEST_LENGTH 32 macro
166 OPENSSL_EXPORT int SHA256_Final(uint8_t out[SHA256_DIGEST_LENGTH],
173 uint8_t out[SHA256_DIGEST_LENGTH]);
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/openssl/
H A Dsha.h155 #define SHA256_DIGEST_LENGTH 32 macro
166 OPENSSL_EXPORT int SHA256_Final(uint8_t out[SHA256_DIGEST_LENGTH],
173 uint8_t out[SHA256_DIGEST_LENGTH]);
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/openssl/
H A Dsha.h155 #define SHA256_DIGEST_LENGTH 32 macro
166 OPENSSL_EXPORT int SHA256_Final(uint8_t out[SHA256_DIGEST_LENGTH],
173 uint8_t out[SHA256_DIGEST_LENGTH]);
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/openssl/
H A Dsha.h151 #define SHA256_DIGEST_LENGTH 32 macro
H A Dssl.h4132 uint8_t peer_sha256[SHA256_DIGEST_LENGTH];
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/host_include/openssl/
H A Dsha.h151 #define SHA256_DIGEST_LENGTH 32 macro
H A Dssl.h4132 uint8_t peer_sha256[SHA256_DIGEST_LENGTH];
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/openssl/include/openssl/
H A Dsha.h132 # define SHA256_DIGEST_LENGTH 32 macro