| /third_party/fsverity-utils/lib/ |
| D | lib_private.h | 39 struct hash_ctx { struct 41 void (*init)(struct hash_ctx *ctx); argument 42 void (*update)(struct hash_ctx *ctx, const void *data, size_t size); argument 43 void (*final)(struct hash_ctx *ctx, u8 *out); argument 44 void (*free)(struct hash_ctx *ctx); argument
|
| /third_party/mbedtls/include/psa/ |
| D | crypto_builtin_composites.h | 49 struct psa_hash_operation_s hash_ctx; member
|
| /third_party/libwebsockets/minimal-examples/api-tests/api-test-jose/ |
| D | jws.c | 412 struct lws_genhash_ctx hash_ctx; in test_jws_ES256() local 574 struct lws_genhash_ctx hash_ctx; in test_jws_ES512() local
|
| /third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-sigv4/ |
| D | ss-s3-ss.c | 115 struct lws_genhash_ctx hash_ctx; in sigv4_sha256hash_payload() local
|
| /third_party/libwebsockets/lib/jose/jwk/ |
| D | jwk.c | 253 struct lws_genhash_ctx hash_ctx; in lws_jwk_rfc7638_fingerprint() local
|
| /third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-blob/ |
| D | minimal-secure-streams.c | 185 struct lws_genhash_ctx hash_ctx; member
|
| /third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams/ |
| D | minimal-secure-streams.c | 216 struct lws_genhash_ctx hash_ctx; member
|
| /third_party/libwebsockets/lib/tls/mbedtls/ |
| D | mbedtls-server.c | 461 struct lws_genhash_ctx hash_ctx; in lws_tls_acme_sni_cert_create() local
|
| /third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-stress/ |
| D | minimal-secure-streams.c | 208 struct lws_genhash_ctx hash_ctx; member
|
| /third_party/libwebsockets/lib/jose/jwe/ |
| D | jwe.c | 213 struct lws_genhash_ctx hash_ctx; in lws_jwa_concat_kdf() local
|
| /third_party/libwebsockets/lib/jose/jws/ |
| D | jws.c | 452 struct lws_genhash_ctx hash_ctx; in lws_jws_sig_confirm() local 746 struct lws_genhash_ctx hash_ctx; in lws_jws_sign_from_b64() local
|
| /third_party/libwebsockets/lib/cose/ |
| D | private-lib-cose.h | 52 struct lws_genhash_ctx hash_ctx; member
|
| /third_party/libwebsockets/lib/secure-streams/system/auth-sigv4/ |
| D | sign.c | 200 struct lws_genhash_ctx hash_ctx; in build_sign_string() local
|
| /third_party/libwebsockets/plugins/ssh-base/include/ |
| D | lws-ssh.h | 387 struct lws_genhash_ctx hash_ctx; member
|
| /third_party/node/deps/openssl/openssl/crypto/ec/ |
| D | curve25519.c | 5452 EVP_MD_CTX *hash_ctx = EVP_MD_CTX_new(); in ossl_ed25519_sign() local 5508 EVP_MD_CTX *hash_ctx = NULL; in ossl_ed25519_verify() local
|
| /third_party/openssl/ohos_lite/crypto/ec/ |
| D | curve25519.c | 5439 SHA512_CTX hash_ctx; in ED25519_sign() local 5482 SHA512_CTX hash_ctx; in ED25519_verify() local
|
| /third_party/openssl/crypto/ec/ |
| D | curve25519.c | 5452 EVP_MD_CTX *hash_ctx = EVP_MD_CTX_new(); in ossl_ed25519_sign() local 5508 EVP_MD_CTX *hash_ctx = NULL; in ossl_ed25519_verify() local
|