Home
last modified time | relevance | path

Searched refs:hash_init_with_dom (Results 1 – 2 of 2) sorted by relevance

/openssl/crypto/ec/curve448/
H A Deddsa.c57 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 Dcurve25519.c5437 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