Home
last modified time | relevance | path

Searched refs:SHA256_Init (Results 1 - 19 of 19) sorted by relevance

/third_party/FreeBSD/sys/crypto/sha2/
H A Dsha256.h48 #ifndef SHA256_Init
49 #define SHA256_Init _libmd_SHA256_Init macro
83 void SHA256_Init(SHA256_CTX *);
H A Dsha256c.c226 SHA256_Init(SHA256_CTX * ctx) in SHA256_Init() function
306 #undef SHA256_Init macro
307 __weak_reference(_libmd_SHA256_Init, SHA256_Init);
/third_party/FreeBSD/sys/dev/random/
H A Dhash.c66 SHA256_Init(&context->sha); in randomdev_hash_init()
/third_party/node/deps/openssl/openssl/providers/implementations/digests/
H A Dsha2_prov.c74 SHA256_Init, SHA256_Update, SHA256_Final)
/third_party/openssl/providers/implementations/digests/
H A Dsha2_prov.c74 SHA256_Init, SHA256_Update, SHA256_Final)
/third_party/rust/crates/rust-openssl/openssl/src/
H A Dsha.rs215 #[corresponds(SHA256_Init)]
220 ffi::SHA256_Init(ctx.as_mut_ptr()); in new()
/third_party/node/deps/openssl/openssl/include/openssl/
H A Dsha.h73 OSSL_DEPRECATEDIN_3_0 int SHA256_Init(SHA256_CTX *c);
/third_party/openssl/include/openssl/
H A Dsha.h73 OSSL_DEPRECATEDIN_3_0 int SHA256_Init(SHA256_CTX *c);
/third_party/openssl/ohos_lite/include/openssl/
H A Dsha.h62 int SHA256_Init(SHA256_CTX *c);
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
H A Dsha.rs53 pub fn SHA256_Init(c: *mut SHA256_CTX) -> c_int; in SHA256_Init() functions
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
H A Dcipher_aes_cbc_hmac_sha256_hw.c59 SHA256_Init(&sctx->head); /* handy when benchmarking */ in aesni_cbc_hmac_sha256_init_key()
695 SHA256_Init(&ctx->head); in aesni_cbc_hmac_sha256_set_mac_key()
704 SHA256_Init(&ctx->head); in aesni_cbc_hmac_sha256_set_mac_key()
709 SHA256_Init(&ctx->tail); in aesni_cbc_hmac_sha256_set_mac_key()
/third_party/node/deps/openssl/openssl/crypto/evp/
H A De_aes_cbc_hmac_sha256.c81 SHA256_Init(&key->head); /* handy when benchmarking */ in aesni_cbc_hmac_sha256_init_key()
766 SHA256_Init(&key->head); in aesni_cbc_hmac_sha256_ctrl()
775 SHA256_Init(&key->head); in aesni_cbc_hmac_sha256_ctrl()
780 SHA256_Init(&key->tail); in aesni_cbc_hmac_sha256_ctrl()
/third_party/openssl/crypto/evp/
H A De_aes_cbc_hmac_sha256.c81 SHA256_Init(&key->head); /* handy when benchmarking */ in aesni_cbc_hmac_sha256_init_key()
766 SHA256_Init(&key->head); in aesni_cbc_hmac_sha256_ctrl()
775 SHA256_Init(&key->head); in aesni_cbc_hmac_sha256_ctrl()
780 SHA256_Init(&key->tail); in aesni_cbc_hmac_sha256_ctrl()
/third_party/openssl/providers/implementations/ciphers/
H A Dcipher_aes_cbc_hmac_sha256_hw.c59 SHA256_Init(&sctx->head); /* handy when benchmarking */ in aesni_cbc_hmac_sha256_init_key()
695 SHA256_Init(&ctx->head); in aesni_cbc_hmac_sha256_set_mac_key()
704 SHA256_Init(&ctx->head); in aesni_cbc_hmac_sha256_set_mac_key()
709 SHA256_Init(&ctx->tail); in aesni_cbc_hmac_sha256_set_mac_key()
/third_party/curl/lib/
H A Dsetup-vms.h364 #define SHA256_Init SHA256_INIT macro
/third_party/node/deps/openssl/openssl/ssl/
H A Ds3_cbc.c230 if (SHA256_Init((SHA256_CTX *)md_state.c) <= 0) in ssl3_cbc_digest_record()
/third_party/openssl/ssl/
H A Ds3_cbc.c230 if (SHA256_Init((SHA256_CTX *)md_state.c) <= 0) in ssl3_cbc_digest_record()
/third_party/node/deps/openssl/openssl/crypto/sha/
H A Dsha256.c41 int SHA256_Init(SHA256_CTX *c) in SHA256_Init() function
/third_party/openssl/crypto/sha/
H A Dsha256.c41 int SHA256_Init(SHA256_CTX *c) in SHA256_Init() function

Completed in 21 milliseconds