Searched refs:crypto_core_hchacha20_KEYBYTES (Results 1 – 3 of 3) sorted by relevance
19 #define crypto_core_hchacha20_KEYBYTES 32U macro
6 const char key[crypto_core_hchacha20_KEYBYTES * 2 + 1];41 key = (unsigned char *) sodium_malloc(crypto_core_hchacha20_KEYBYTES); in tv_hchacha20()47 sodium_hex2bin(key, crypto_core_hchacha20_KEYBYTES, in tv_hchacha20()75 assert(crypto_core_hchacha20_keybytes() == crypto_core_hchacha20_KEYBYTES); in tv_hchacha20()
86 return crypto_core_hchacha20_KEYBYTES; in crypto_core_hchacha20_keybytes()