HomeSort by: relevance | last modified time | path
    Searched defs:nonce_hex (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/isc/libsodium/dist/test/default/
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);
sodium_utils.c 13 char nonce_hex[49]; local in function:main
36 sodium_bin2hex(nonce_hex, sizeof nonce_hex, nonce, sizeof nonce));
40 sodium_bin2hex(nonce_hex, sizeof nonce_hex, nonce, sizeof nonce));
44 sodium_bin2hex(nonce_hex, sizeof nonce_hex, nonce, sizeof nonce));
48 sodium_bin2hex(nonce_hex, sizeof nonce_hex, nonce, sizeof nonce));
53 sodium_bin2hex(nonce_hex, sizeof nonce_hex, nonce, sizeof nonce))
    [all...]
aead_aes256gcm.c 7 const char *nonce_hex; member in struct:__anon5d6a29e00108
3110 assert(strlen(tests[i].nonce_hex) == 2 * crypto_aead_aes256gcm_NPUBBYTES);
3112 tests[i].nonce_hex, strlen(tests[i].nonce_hex),

Completed in 16 milliseconds