Searched refs:hash_init_with_dom (Results 1 – 2 of 2) sorted by relevance
/openssl/crypto/ec/curve448/ |
H A D | eddsa.c | 57 static c448_error_t hash_init_with_dom(OSSL_LIB_CTX *ctx, EVP_MD_CTX *hashctx, in hash_init_with_dom() function 189 if (!hash_init_with_dom(ctx, hashctx, prehashed, 0, context, in ossl_c448_ed448_sign() 231 if (!hash_init_with_dom(ctx, hashctx, prehashed, 0, context, context_len, in ossl_c448_ed448_sign() 341 || !hash_init_with_dom(ctx, hashctx, prehashed, 0, context, in ossl_c448_ed448_verify()
|
/openssl/crypto/ec/ |
H A D | curve25519.c | 5437 static int hash_init_with_dom(EVP_MD_CTX *hash_ctx, in hash_init_with_dom() function 5512 if (!hash_init_with_dom(hash_ctx, sha512, dom2flag, phflag, context, context_len) in ossl_ed25519_sign() 5522 if (!hash_init_with_dom(hash_ctx, sha512, dom2flag, phflag, context, context_len) in ossl_ed25519_sign() 5636 if (!hash_init_with_dom(hash_ctx, sha512, dom2flag, phflag, context, context_len) in ossl_ed25519_verify()
|
Completed in 19 milliseconds