Home
last modified time | relevance | path

Searched refs:oneshot_hash (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/ec/curve448/
H A Deddsa.c23 static c448_error_t oneshot_hash(OSSL_LIB_CTX *ctx, uint8_t *out, size_t outlen, in oneshot_hash() function
104 /* pass the private key through oneshot_hash function */ in ossl_c448_ed448_convert_private_key_to_x448()
106 return oneshot_hash(ctx, x, X448_PRIVATE_BYTES, ed, in ossl_c448_ed448_convert_private_key_to_x448()
123 if (!oneshot_hash(ctx, secret_scalar_ser, sizeof(secret_scalar_ser), in ossl_c448_ed448_derive_public_key()
185 if (!oneshot_hash(ctx, expanded, sizeof(expanded), privkey, in ossl_c448_ed448_sign()
/third_party/openssl/crypto/ec/curve448/
H A Deddsa.c23 static c448_error_t oneshot_hash(OSSL_LIB_CTX *ctx, uint8_t *out, size_t outlen, in oneshot_hash() function
104 /* pass the private key through oneshot_hash function */ in ossl_c448_ed448_convert_private_key_to_x448()
106 return oneshot_hash(ctx, x, X448_PRIVATE_BYTES, ed, in ossl_c448_ed448_convert_private_key_to_x448()
123 if (!oneshot_hash(ctx, secret_scalar_ser, sizeof(secret_scalar_ser), in ossl_c448_ed448_derive_public_key()
185 if (!oneshot_hash(ctx, expanded, sizeof(expanded), privkey, in ossl_c448_ed448_sign()

Completed in 3 milliseconds