Searched defs:out_sig (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/ec/curve448/ |
H A D | eddsa.c | 338 int ED448_sign(uint8_t *out_sig, const uint8_t *message, size_t message_len, in ED448_sign() 355 int ED448ph_sign(uint8_t *out_sig, const uint8_t hash[64], in ED448ph_sign()
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/ec/curve448/ |
H A D | eddsa.c | 376 ossl_ed448_sign(OSSL_LIB_CTX *ctx, uint8_t *out_sig, const uint8_t *message, in ossl_ed448_sign() 397 ossl_ed448ph_sign(OSSL_LIB_CTX *ctx, uint8_t *out_sig, const uint8_t hash[64], in ossl_ed448ph_sign()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/ec/ |
H A D | curve25519.c | 5432 int ED25519_sign(uint8_t *out_sig, const uint8_t *message, size_t message_len, in ED25519_sign()
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/ec/ |
H A D | curve25519.c | 5443 ossl_ed25519_sign(uint8_t *out_sig, const uint8_t *message, size_t message_len, in ossl_ed25519_sign()
|