Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/ec/curve448/
H A Deddsa.c48 static c448_error_t hash_init_with_dom(EVP_MD_CTX *hashctx, uint8_t prehashed, in hash_init_with_dom() function
164 if (!hash_init_with_dom(hashctx, prehashed, 0, context, context_len) in c448_ed448_sign()
205 if (!hash_init_with_dom(hashctx, prehashed, 0, context, context_len) in c448_ed448_sign()
299 || !hash_init_with_dom(hashctx, prehashed, 0, context, in c448_ed448_verify()
/netbsd-src/crypto/external/bsd/openssl/dist/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
193 if (!hash_init_with_dom(ctx, hashctx, prehashed, 0, context, in ossl_c448_ed448_sign()
235 if (!hash_init_with_dom(ctx, hashctx, prehashed, 0, context, context_len, in ossl_c448_ed448_sign()
334 || !hash_init_with_dom(ctx, hashctx, prehashed, 0, context, in ossl_c448_ed448_verify()