Searched refs:crypto_sign_ed25519ph_state (Results 1 – 3 of 3) sorted by relevance
15 typedef struct crypto_sign_ed25519ph_state { struct17 } crypto_sign_ed25519ph_state; argument91 int crypto_sign_ed25519ph_init(crypto_sign_ed25519ph_state *state);94 int crypto_sign_ed25519ph_update(crypto_sign_ed25519ph_state *state,99 int crypto_sign_ed25519ph_final_create(crypto_sign_ed25519ph_state *state,105 int crypto_sign_ed25519ph_final_verify(crypto_sign_ed25519ph_state *state,
23 typedef crypto_sign_ed25519ph_state crypto_sign_state;
11 return sizeof(crypto_sign_ed25519ph_state); in crypto_sign_ed25519ph_statebytes()61 crypto_sign_ed25519ph_init(crypto_sign_ed25519ph_state *state) in crypto_sign_ed25519ph_init()68 crypto_sign_ed25519ph_update(crypto_sign_ed25519ph_state *state, in crypto_sign_ed25519ph_update()75 crypto_sign_ed25519ph_final_create(crypto_sign_ed25519ph_state *state, in crypto_sign_ed25519ph_final_create()88 crypto_sign_ed25519ph_final_verify(crypto_sign_ed25519ph_state *state, in crypto_sign_ed25519ph_final_verify()