Searched refs:crypto_sign_ed25519_PUBLICKEYBYTES (Results 1 – 9 of 9) sorted by relevance
14 unsigned char ed25519_pk[crypto_sign_ed25519_PUBLICKEYBYTES]; in main()57 sodium_hex2bin(ed25519_pk, crypto_sign_ed25519_PUBLICKEYBYTES, in main()62 sodium_hex2bin(ed25519_pk, crypto_sign_ed25519_PUBLICKEYBYTES, in main()67 sodium_hex2bin(ed25519_pk, crypto_sign_ed25519_PUBLICKEYBYTES, in main()
1071 unsigned char extracted_pk[crypto_sign_ed25519_PUBLICKEYBYTES]; in main()1302 if (memcmp(extracted_pk, pk, crypto_sign_ed25519_PUBLICKEYBYTES) != 0) { in main()
29 return crypto_sign_ed25519_PUBLICKEYBYTES; in crypto_sign_ed25519_publickeybytes()56 crypto_sign_ed25519_PUBLICKEYBYTES); in crypto_sign_ed25519_sk_to_pk()
36 #define crypto_sign_ed25519_PUBLICKEYBYTES 32U macro
159 #define ED25519_PK_SZ crypto_sign_ed25519_PUBLICKEYBYTES
36 #define crypto_sign_PUBLICKEYBYTES crypto_sign_ed25519_PUBLICKEYBYTES
30 #define crypto_sign_ed25519_PUBLICKEYBYTES 32U macro
61 uint8_t provider_publickey[crypto_sign_ed25519_PUBLICKEYBYTES];
182 u_char pk[crypto_sign_ed25519_PUBLICKEYBYTES]; in pack_key_ed25519()