/third_party/ffmpeg/libavutil/ |
H A D | sha512.c | 275 void av_sha512_final(AVSHA512* ctx, uint8_t *digest) in av_sha512_final() argument
|
/third_party/gn/src/base/ |
H A D | md5.cc | 222 void MD5Final(MD5Digest* digest, MD5Context* context) { in MD5Final() argument 265 void MD5IntermediateFinal(MD5Digest* digest, const MD5Context* context) { in MD5IntermediateFinal() argument 273 std::string MD5DigestToBase16(const MD5Digest& digest) { in MD5DigestToBase16() argument 287 void MD5Sum(const void* data, size_t length, MD5Digest* digest) { in MD5Sum() argument 296 MD5Digest digest; MD5String() local [all...] |
/third_party/fsverity-utils/common/ |
H A D | fsverity_uapi.h | 36 __u8 digest[]; member 85 __u8 digest[]; member
|
/third_party/fsverity-utils/include/ |
H A D | libfsverity.h | 81 uint8_t digest[]; /* the actual digest */ member [all...] |
/third_party/fsverity-utils/lib/ |
H A D | hash_algs.c | 45 static void openssl_digest_final(struct hash_ctx *_ctx, u8 *digest) in openssl_digest_final() argument 128 void libfsverity_hash_final(struct hash_ctx *ctx, u8 *digest) in libfsverity_hash_final() argument 134 libfsverity_hash_full(struct hash_ctx *ctx, const void *data, size_t size, u8 *digest) libfsverity_hash_full() argument
|
/third_party/libwebsockets/lib/misc/ |
H A D | sha-1.c | 260 unsigned char *digest; in sha1_result() local [all...] |
/third_party/libcoap/src/ |
H A D | coap_cache.c | 80 coap_digest_t digest; in coap_cache_derive_key_w_ignore() local
|
/third_party/mbedtls/programs/aes/ |
H A D | crypt_and_hash.c | 70 unsigned char digest[MBEDTLS_MD_MAX_SIZE]; in main() local [all...] |
/third_party/node/src/crypto/ |
H A D | crypto_hmac.cc | 158 digest(other.digest) {} in digest() function [all...] |
/third_party/lwip/src/include/netif/ppp/ |
H A D | chap-new.h | 159 const struct chap_digest_type *digest; global() member 168 const struct chap_digest_type *digest; global() member [all...] |
/third_party/node/deps/openssl/openssl/providers/implementations/kdfs/ |
H A D | pbkdf1.c | 37 PROV_DIGEST digest; member
|
H A D | sshkdf.c | 43 PROV_DIGEST digest; member 234 unsigned char digest[EVP_MAX_MD_SIZE]; in SSHKDF() local [all...] |
/third_party/node/deps/openssl/openssl/crypto/srp/ |
H A D | srp_lib.c | 29 unsigned char digest[SHA_DIGEST_LENGTH]; in srp_Calc_xy() local
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | p5_crpt2.c | 96 EVP_MD *digest; in PKCS5_PBKDF2_HMAC_SHA1() local 22 ossl_pkcs5_pbkdf2_hmac_ex(const char *pass, int passlen, const unsigned char *salt, int saltlen, int iter, const EVP_MD *digest, int keylen, unsigned char *out, OSSL_LIB_CTX *libctx, const char *propq) ossl_pkcs5_pbkdf2_hmac_ex() argument 83 PKCS5_PBKDF2_HMAC(const char *pass, int passlen, const unsigned char *salt, int saltlen, int iter, const EVP_MD *digest, int keylen, unsigned char *out) PKCS5_PBKDF2_HMAC() argument
|
/third_party/node/deps/openssl/openssl/crypto/pkcs12/ |
H A D | p12_mutl.c | 55 pkcs12_gen_gost_mac_key(const char *pass, int passlen, const unsigned char *salt, int saltlen, int iter, int keylen, unsigned char *key, const EVP_MD *digest) pkcs12_gen_gost_mac_key() argument
|
/third_party/node/deps/openssl/openssl/apps/ |
H A D | mac.c | 90 char *digest = NULL, *cipher = NULL; in mac_main() local
|
H A D | kdf.c | 82 char *digest = NULL, *cipher = NULL, *mac = NULL; in kdf_main() local
|
/third_party/openssl/apps/ |
H A D | kdf.c | 82 char *digest = NULL, *cipher = NULL, *mac = NULL; in kdf_main() local
|
H A D | mac.c | 90 char *digest = NULL, *cipher = NULL; in mac_main() local
|
/third_party/openssl/crypto/evp/ |
H A D | p5_crpt2.c | 96 EVP_MD *digest; in PKCS5_PBKDF2_HMAC_SHA1() local 22 ossl_pkcs5_pbkdf2_hmac_ex(const char *pass, int passlen, const unsigned char *salt, int saltlen, int iter, const EVP_MD *digest, int keylen, unsigned char *out, OSSL_LIB_CTX *libctx, const char *propq) ossl_pkcs5_pbkdf2_hmac_ex() argument 83 PKCS5_PBKDF2_HMAC(const char *pass, int passlen, const unsigned char *salt, int saltlen, int iter, const EVP_MD *digest, int keylen, unsigned char *out) PKCS5_PBKDF2_HMAC() argument
|
/third_party/openssl/crypto/pkcs12/ |
H A D | p12_mutl.c | 55 pkcs12_gen_gost_mac_key(const char *pass, int passlen, const unsigned char *salt, int saltlen, int iter, int keylen, unsigned char *key, const EVP_MD *digest) pkcs12_gen_gost_mac_key() argument
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkMd5Sum.cpp | 224 void MD5Final(MD5Digest* digest, MD5Context* context) in MD5Final() argument 262 std::string MD5DigestToBase16(const MD5Digest& digest) in MD5DigestToBase16() argument 277 void MD5Sum(const void* data, std::size_t length, MD5Digest* digest) in MD5Sum() argument 287 MD5Digest digest; in MD5SumBase16() local [all...] |
/third_party/openssl/crypto/srp/ |
H A D | srp_lib.c | 29 unsigned char digest[SHA_DIGEST_LENGTH]; in srp_Calc_xy() local
|
/third_party/openssl/providers/implementations/kdfs/ |
H A D | pbkdf1.c | 37 PROV_DIGEST digest; member
|
H A D | sshkdf.c | 43 PROV_DIGEST digest; member 234 unsigned char digest[EVP_MAX_MD_SIZE]; in SSHKDF() local [all...] |