HomeSort by: relevance | last modified time | path
    Searched refs:sodium_bin2hex (Results 1 - 16 of 16) sorted by relevancy

  /src/sys/external/isc/libsodium/dist/test/default/
stream.c 29 sodium_bin2hex(hex, sizeof hex, h, sizeof h);
40 sodium_bin2hex(hex, sizeof hex, h, sizeof h);
46 sodium_bin2hex(hex, sizeof hex, output, 64);
53 sodium_bin2hex(hex, 192 * 2 + 1, output, 192);
chacha20.c 38 sodium_bin2hex(out_hex, sizeof out_hex, out, sizeof out);
53 sodium_bin2hex(out_hex, sizeof out_hex, out, sizeof out);
58 sodium_bin2hex(out_hex, sizeof out_hex, out, sizeof out);
68 sodium_bin2hex(out_hex, sizeof out_hex, out, sizeof out);
72 sodium_bin2hex(out_hex, sizeof out_hex, out, sizeof out);
76 sodium_bin2hex(out_hex, sizeof out_hex, out, sizeof out);
126 sodium_bin2hex(out_hex, sizeof out_hex, out, sizeof out);
141 sodium_bin2hex(out_hex, sizeof out_hex, out, sizeof out);
146 sodium_bin2hex(out_hex, sizeof out_hex, out, sizeof out);
156 sodium_bin2hex(out_hex, sizeof out_hex, out, sizeof out)
    [all...]
sodium_utils.c 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));
115 sodium_bin2hex(nonce_hex, sizeof nonce_hex, nonce, sizeof nonce));
120 sodium_bin2hex(nonce_hex, sizeof nonce_hex, nonce, sizeof nonce));
124 sodium_bin2hex(nonce_hex, sizeof nonce_hex, nonce, sizeof nonce));
132 sodium_bin2hex(nonce_hex, sizeof nonce_hex, nonce, sizeof nonce));
138 sodium_bin2hex(nonce_hex, sizeof nonce_hex, nonce, sizeof nonce))
    [all...]
kx.c 30 sodium_bin2hex(hex, sizeof hex, client_pk, crypto_kx_PUBLICKEYBYTES);
32 sodium_bin2hex(hex, sizeof hex, client_sk, crypto_kx_SECRETKEYBYTES);
92 sodium_bin2hex(hex, sizeof hex, server_rx, crypto_kx_SESSIONKEYBYTES);
94 sodium_bin2hex(hex, sizeof hex, server_tx, crypto_kx_SESSIONKEYBYTES);
101 sodium_bin2hex(hex, sizeof hex, client_rx, crypto_kx_SESSIONKEYBYTES);
103 sodium_bin2hex(hex, sizeof hex, client_tx, crypto_kx_SESSIONKEYBYTES);
scalarmult.c 38 sodium_bin2hex(hex, sizeof hex, alicepk, crypto_scalarmult_BYTES);
42 sodium_bin2hex(hex, sizeof hex, bobpk, crypto_scalarmult_BYTES);
47 sodium_bin2hex(hex, sizeof hex, k, crypto_scalarmult_BYTES);
52 sodium_bin2hex(hex, sizeof hex, k, crypto_scalarmult_BYTES);
kdf.c 26 sodium_bin2hex(hex, sizeof hex, subkey, crypto_kdf_BYTES_MAX);
35 sodium_bin2hex(hex, sizeof hex, subkey, (size_t) i);
ed25519_convert.c 36 sodium_bin2hex(curve25519_pk_hex, sizeof curve25519_pk_hex, curve25519_pk,
38 sodium_bin2hex(curve25519_sk_hex, sizeof curve25519_sk_hex, curve25519_sk,
aead_aes256gcm.c 3149 sodium_bin2hex(hex, (size_t) ciphertext_len * 2 + 1,
3163 sodium_bin2hex(hex, (size_t) found_ciphertext_len * 2 + 1,
pwhash_scrypt.c 111 sodium_bin2hex(out_hex, sizeof out_hex, out, tests[i].outlen);
160 sodium_bin2hex(out_hex, sizeof out_hex, out, tests[i].outlen);
pwhash_argon2i.c 101 sodium_bin2hex(out_hex, sizeof out_hex, out, tests[i].outlen);
152 sodium_bin2hex(out_hex, sizeof out_hex, out, tests[i].outlen);
xchacha20.c 171 sodium_bin2hex(hex, 192 * 2 + 1, out, 192);
399 sodium_bin2hex(hex, sizeof hex, pk, crypto_box_curve25519xchacha20poly1305_PUBLICKEYBYTES);
401 sodium_bin2hex(hex, sizeof hex, sk, crypto_box_curve25519xchacha20poly1305_SECRETKEYBYTES);
pwhash_argon2id.c 101 sodium_bin2hex(out_hex, sizeof out_hex, out, tests[i].outlen);
152 sodium_bin2hex(out_hex, sizeof out_hex, out, tests[i].outlen);
codecs.c 22 sodium_bin2hex(buf3, 33U, (const unsigned char *) "0123456789ABCDEF",
sign.c     [all...]
  /src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
utils.h 58 char *sodium_bin2hex(char * const hex, const size_t hex_maxlen,
  /src/sys/external/isc/libsodium/dist/src/libsodium/sodium/
codecs.c 14 sodium_bin2hex(char *const hex, const size_t hex_maxlen, function in typeref:typename:char *

Completed in 99 milliseconds