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

  /src/crypto/external/bsd/libsaslc/dist/src/
crypto.h 42 char *saslc__crypto_nonce(size_t);
crypto.c 161 saslc__crypto_nonce(size_t len) function
mech_digestmd5.c 781 nonce = saslc__crypto_nonce(s);
  /src/crypto/external/bsd/libsaslc/dist/test/
t_crypto.c 186 atf_tc_set_md_var(tc, "descr", "saslc__crypto_nonce() tests");
208 atf_tc_set_md_var(tc, "descr", "saslc__crypto_nonce() tests");
216 x = saslc__crypto_nonce(1024);
217 y = saslc__crypto_nonce(1024);

Completed in 15 milliseconds