chacha20.c | 10 const char *nonce_hex; member in struct:tv::__anon6f9274830108 35 sodium_hex2bin(nonce, sizeof nonce, tests[i].nonce_hex, 36 strlen(tests[i].nonce_hex), NULL, NULL, NULL); 85 const char *nonce_hex; member in struct:tv_ietf::__anon6f9274830208 122 sodium_hex2bin(nonce, sizeof nonce, tests[i].nonce_hex, 123 strlen(tests[i].nonce_hex), ": ", NULL, NULL);
|