/third_party/ffmpeg/libavutil/ |
H A D | hash.c | 47 SHA224, enumerator 76 [SHA224] = {"SHA224", 28}, 122 case SHA224: in av_hash_alloc() 149 case SHA224: av_sha_init(ctx->ctx, 224); break; in av_hash_init() 170 case SHA224: in av_hash_update() 191 case SHA224: in av_hash_final()
|
/third_party/openssl/test/recipes/ |
H A D | 20-test_kdf.t | 37 { cmd => [qw{openssl kdf -keylen 14 -digest SHA224 -kdfopt hexkey:6dbdc23f045488e4062757b06b9ebae183fc5a5946d80db93fec6f62ec07e3727f0126aed12ce4b262f47d48d54287f81d474c7c3b1850e9 -kdfopt hexinfo:a1b2c3d4e54341565369643c832e9849dcdba71e9a3139e606e095de3c264a66e98a165854cd07989b1ee0ec3f8dbe SSKDF}], 39 desc => 'SSKDF HASH SHA224'}, 63 { cmd => [qw{openssl kdf -keylen 14 -kdfopt digest:SHA224 -kdfopt hexkey:6dbdc23f045488e4062757b06b9ebae183fc5a5946d80db93fec6f62ec07e3727f0126aed12ce4b262f47d48d54287f81d474c7c3b1850e9 -kdfopt hexinfo:a1b2c3d4e54341565369643c832e9849dcdba71e9a3139e606e095de3c264a66e98a165854cd07989b1ee0ec3f8dbe SSKDF}], 65 desc => 'SSKDF HASH SHA224'},
|
/third_party/node/deps/openssl/openssl/crypto/sha/ |
H A D | sha1_one.c | 47 unsigned char *SHA224(const unsigned char *d, size_t n, unsigned char *md) in SHA224() function 53 return EVP_Q_digest(NULL, "SHA224", NULL, d, n, md, NULL) ? md : NULL; in SHA224()
|
/third_party/openssl/crypto/sha/ |
H A D | sha1_one.c | 47 unsigned char *SHA224(const unsigned char *d, size_t n, unsigned char *md) in SHA224() function 53 return EVP_Q_digest(NULL, "SHA224", NULL, d, n, md, NULL) ? md : NULL; in SHA224()
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/ |
H A D | sha.rs | 32 pub unsafe fn SHA224(d: *const c_uchar, n: size_t, md: *mut c_uchar) -> *mut c_uchar { in SHA224() functions 35 "SHA224\0".as_ptr() as *const c_char, in SHA224()
|
/third_party/rust/crates/rust-openssl/openssl/src/ |
H A D | sha.rs | 59 /// Computes the SHA224 hash of some data. 60 #[corresponds(SHA224)] 65 ffi::SHA224(data.as_ptr(), data.len(), hash.as_mut_ptr() as *mut _); 156 /// An object which calculates a SHA224 hash of some data.
|
H A D | nid.rs | 756 pub const SHA224: Nid = Nid(ffi::NID_sha224); consts
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | sha.h | 81 unsigned char *SHA224(const unsigned char *d, size_t n, unsigned char *md);
|
/third_party/openssl/include/openssl/ |
H A D | sha.h | 81 unsigned char *SHA224(const unsigned char *d, size_t n, unsigned char *md);
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | sha.h | 61 unsigned char *SHA224(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 | 63 pub fn SHA224(d: *const c_uchar, n: size_t, md: *mut c_uchar) -> *mut c_uchar; in SHA224() functions
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | legacy_sha.c | 57 IMPLEMENT_LEGACY_EVP_MD_METH(sha224, SHA224)
|
/third_party/openssl/test/ |
H A D | sha_test.c | 57 return test_static_sha_common("abc", SHA224_DIGEST_LENGTH, output, &SHA224); in test_static_sha224()
|
/third_party/openssl/crypto/evp/ |
H A D | legacy_sha.c | 57 IMPLEMENT_LEGACY_EVP_MD_METH(sha224, SHA224)
|
/third_party/toybox/toys/lsb/ |
H A D | md5sum.c | 261 USE_SHA224SUM(HASH_INIT("sha224sum", SHA224),) in do_lib_hash()
|
/third_party/mbedtls/tests/data_files/ |
H A D | Makefile | 1433 $(MBEDTLS_CERT_REQ) output_file=$@ filename=$< subject_name="C=NL,O=PolarSSL,CN=PolarSSL Server 1" md=SHA224 1695 $(MBEDTLS_CERT_WRITE) subject_key=server1.key subject_name="C=NL, O=PolarSSL, CN=PolarSSL Cert SHA224" serial=8 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=SHA224 version=3 output_file=$@
|