/third_party/ffmpeg/libavutil/ |
H A D | hash.c | 52 SHA512, enumerator 78 [SHA512_224] = {"SHA512/224", 28}, 79 [SHA512_256] = {"SHA512/256", 32}, 81 [SHA512] = {"SHA512", 64}, 127 case SHA512: res->ctx = av_sha512_alloc(); break; in av_hash_alloc() 154 case SHA512: av_sha512_init(ctx->ctx, 512); break; in av_hash_init() 175 case SHA512: av_sha512_update(ctx->ctx, src, len); break; in av_hash_update() 196 case SHA512: av_sha512_final(ctx->ctx, dst); break; in av_hash_final()
|
/third_party/node/deps/openssl/openssl/crypto/sha/ |
H A D | sha1_one.c | 74 unsigned char *SHA512(const unsigned char *d, size_t n, unsigned char *md) in SHA512() function 80 return EVP_Q_digest(NULL, "SHA512", NULL, d, n, md, NULL) ? md : NULL; in SHA512()
|
/third_party/openssl/crypto/sha/ |
H A D | sha1_one.c | 74 unsigned char *SHA512(const unsigned char *d, size_t n, unsigned char *md) in SHA512() function 80 return EVP_Q_digest(NULL, "SHA512", NULL, d, n, md, NULL) ? md : NULL; in SHA512()
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/ |
H A D | sha.rs | 87 pub unsafe fn SHA512(d: *const c_uchar, n: size_t, md: *mut c_uchar) -> *mut c_uchar { in SHA512() functions 90 "SHA512\0".as_ptr() as *const c_char, in SHA512()
|
/third_party/rust/crates/rust-openssl/openssl/src/ |
H A D | sha.rs | 92 /// Computes the SHA512 hash of some data. 93 #[corresponds(SHA512)] 98 ffi::SHA512(data.as_ptr(), data.len(), hash.as_mut_ptr() as *mut _); 294 /// An object which calculates a SHA512 hash of some data.
|
H A D | nid.rs | 755 pub const SHA512: Nid = Nid(ffi::NID_sha512); consts
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/crypto/sha/ |
H A D | sha512-armv4.S | 18 @ SHA512 block procedure for ARMv4. September 2007.
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | sha.h | 132 unsigned char *SHA512(const unsigned char *d, size_t n, unsigned char *md);
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/crypto/sha/ |
H A D | sha512-armv4.S | 18 @ SHA512 block procedure for ARMv4. September 2007.
|
/third_party/openssl/include/openssl/ |
H A D | sha.h | 132 unsigned char *SHA512(const unsigned char *d, size_t n, unsigned char *md);
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | sha.h | 112 unsigned char *SHA512(const unsigned char *d, size_t n, unsigned char *md);
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/ |
H A D | sha.rs | 98 pub fn SHA512(d: *const c_uchar, n: size_t, md: *mut c_uchar) -> *mut c_uchar; in SHA512() functions
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | legacy_sha.c | 60 IMPLEMENT_LEGACY_EVP_MD_METH(sha512, SHA512)
|
/third_party/openssl/test/ |
H A D | sha_test.c | 99 return test_static_sha_common("abc", SHA512_DIGEST_LENGTH, output, &SHA512); in test_static_sha512()
|
/third_party/openssl/crypto/evp/ |
H A D | legacy_sha.c | 60 IMPLEMENT_LEGACY_EVP_MD_METH(sha512, SHA512)
|
/third_party/ffmpeg/tools/ |
H A D | crypto_bench.c | 220 DEFINE_CRYPTO_WRAPPER(sha512, SHA512) 312 DEFINE_GCRYPT_WRAPPER(sha512, SHA512) 470 DEFINE_TOMCRYPT_WRAPPER(sha512, sha512, SHA512)
|
/third_party/toybox/toys/lsb/ |
H A D | md5sum.c | 264 USE_SHA512SUM(HASH_INIT("sha512sum", SHA512),) in do_lib_hash()
|
/third_party/node/deps/openssl/openssl/crypto/sha/asm/ |
H A D | sha512-sparcv9.pl | 24 # SHA512 on pre-T1 UltraSPARC. 33 # SHA512 on UltraSPARC T1. 171 ########### SHA512 345 ########### SHA512 493 $code.=<<___ if ($SZ==8); # SHA512 527 .word 0x81b02860 ! SHA512 587 .word 0x81b02860 ! SHA512 681 $code.=<<___ if ($SZ==8); # SHA512 737 $code.=<<___ if ($SZ==8); # SHA512
|
/third_party/openssl/crypto/sha/asm/ |
H A D | sha512-sparcv9.pl | 24 # SHA512 on pre-T1 UltraSPARC. 33 # SHA512 on UltraSPARC T1. 171 ########### SHA512 345 ########### SHA512 493 $code.=<<___ if ($SZ==8); # SHA512 527 .word 0x81b02860 ! SHA512 587 .word 0x81b02860 ! SHA512 681 $code.=<<___ if ($SZ==8); # SHA512 737 $code.=<<___ if ($SZ==8); # SHA512
|
/third_party/openssl/ohos_lite/crypto/sha/ |
H A D | sha512.c | 340 unsigned char *SHA512(const unsigned char *d, size_t n, unsigned char *md) in SHA512() function
|
/third_party/mbedtls/tests/data_files/ |
H A D | Makefile | 1449 $(MBEDTLS_CERT_REQ) output_file=$@ filename=$< subject_name="C=NL,O=PolarSSL,CN=PolarSSL Server 1" md=SHA512 1707 $(MBEDTLS_CERT_WRITE) subject_key=server1.key subject_name="C=NL, O=PolarSSL, CN=PolarSSL Cert SHA512" serial=11 issuer_crt=$(test_ca_crt) issuer_key=$(test_ca_key_file_rsa) issuer_pwd=$(test_ca_pwd_rsa) not_before=20190210144406 not_after=20290210144406 md=SHA512 version=3 output_file=$@
|
/third_party/openssl/ohos_lite/crypto/ec/ |
H A D | curve25519.c | 5550 SHA512(private_key, 32, az); in ED25519_public_from_private()
|