Lines Matching refs:sodium_hex2bin
47 sodium_hex2bin(key, crypto_core_hchacha20_KEYBYTES, in tv_hchacha20()
49 sodium_hex2bin(in, crypto_core_hchacha20_INPUTBYTES, in tv_hchacha20()
51 sodium_hex2bin(out, crypto_core_hchacha20_OUTPUTBYTES, in tv_hchacha20()
57 sodium_hex2bin(constant, crypto_core_hchacha20_CONSTBYTES, in tv_hchacha20()
60 sodium_hex2bin(out, crypto_core_hchacha20_OUTPUTBYTES, in tv_hchacha20()
119 sodium_hex2bin(key, crypto_stream_xchacha20_KEYBYTES, in tv_stream_xchacha20()
121 sodium_hex2bin(nonce, crypto_stream_xchacha20_NONCEBYTES, in tv_stream_xchacha20()
123 sodium_hex2bin(out, XCHACHA20_OUT_MAX, in tv_stream_xchacha20()
232 sodium_hex2bin(key, crypto_secretbox_xchacha20poly1305_KEYBYTES, in tv_secretbox_xchacha20poly1305()
234 sodium_hex2bin(nonce, crypto_secretbox_xchacha20poly1305_NONCEBYTES, in tv_secretbox_xchacha20poly1305()
236 sodium_hex2bin(m, m_len, tv->m, strlen(tv->m), NULL, NULL, NULL); in tv_secretbox_xchacha20poly1305()
241 sodium_hex2bin(out, crypto_secretbox_xchacha20poly1305_MACBYTES + m_len, in tv_secretbox_xchacha20poly1305()