Home
last modified time | relevance | path

Searched refs:crypto_core_hchacha20_CONSTBYTES (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/contrib/libsodium/src/libsodium/include/sodium/
H A Dcrypto_core_hchacha20.h23 #define crypto_core_hchacha20_CONSTBYTES 16U macro
/f-stack/freebsd/contrib/libsodium/test/default/
H A Dxchacha20.c40 constant = (unsigned char *) sodium_malloc(crypto_core_hchacha20_CONSTBYTES); in tv_hchacha20()
57 sodium_hex2bin(constant, crypto_core_hchacha20_CONSTBYTES, in tv_hchacha20()
59 crypto_core_hchacha20_CONSTBYTES * 2 + 1, NULL, NULL, NULL); in tv_hchacha20()
76 assert(crypto_core_hchacha20_constbytes() == crypto_core_hchacha20_CONSTBYTES); in tv_hchacha20()
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_core/hchacha20/
H A Dcore_hchacha20.c92 return crypto_core_hchacha20_CONSTBYTES; in crypto_core_hchacha20_constbytes()