Searched refs:oneshot_hash (Results 1 – 1 of 1) sorted by relevance
/third_party/openssl/crypto/ec/curve448/ |
D | eddsa.c | 22 static c448_error_t oneshot_hash(uint8_t *out, size_t outlen, in oneshot_hash() function 84 return oneshot_hash(x, X448_PRIVATE_BYTES, ed, in c448_ed448_convert_private_key_to_x448() 98 if (!oneshot_hash(secret_scalar_ser, sizeof(secret_scalar_ser), privkey, in c448_ed448_derive_public_key() 156 if (!oneshot_hash(expanded, sizeof(expanded), privkey, in c448_ed448_sign()
|