Searched refs:phflag (Results 1 – 3 of 3) sorted by relevance
| /freebsd/crypto/openssl/include/crypto/ |
| H A D | ecx.h | 98 const uint8_t dom2flag, const uint8_t phflag, const uint8_t csflag, 103 const uint8_t dom2flag, const uint8_t phflag, const uint8_t csflag, 113 const uint8_t phflag, const char *propq); 119 const uint8_t phflag, const char *propq);
|
| /freebsd/crypto/openssl/crypto/ec/curve448/ |
| H A D | eddsa.c | 384 const uint8_t phflag, const char *propq) in ossl_ed448_sign() argument 387 message_len, phflag, context, context_len, in ossl_ed448_sign() 406 const uint8_t phflag, const char *propq) in ossl_ed448_verify() argument 409 message_len, phflag, context, (uint8_t)context_len, in ossl_ed448_verify()
|
| /freebsd/crypto/openssl/crypto/ec/ |
| H A D | curve25519.c | 5594 const uint8_t phflag, in hash_init_with_dom() argument 5614 dom[0] = (uint8_t)(phflag >= 1 ? 1 : 0); in hash_init_with_dom() 5628 const uint8_t dom2flag, const uint8_t phflag, const uint8_t csflag, in ossl_ed25519_sign() argument 5664 if (!hash_init_with_dom(hash_ctx, sha512, dom2flag, phflag, context, context_len) in ossl_ed25519_sign() 5674 if (!hash_init_with_dom(hash_ctx, sha512, dom2flag, phflag, context, context_len) in ossl_ed25519_sign() 5711 const uint8_t dom2flag, const uint8_t phflag, const uint8_t csflag, in ossl_ed25519_verify() argument 5786 if (!hash_init_with_dom(hash_ctx, sha512, dom2flag, phflag, context, context_len) in ossl_ed25519_verify()
|