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

  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_pwhash/argon2/
argon2-encoding.h 31 int decode_string(argon2_context *ctx, const char *str, argon2_type type);
argon2-encoding.c 86 * when it is fed into decode_string.
94 decode_string(argon2_context *ctx, const char *str, argon2_type type) function in typeref:typename:int
pwhash_argon2i.c 264 if (decode_string(&ctx, str, type) != 0) {
argon2.c 217 /* max values, to be updated in decode_string */
243 decode_result = decode_string(&ctx, encoded, type);
  /src/lib/libcrypt/
namespace.h 86 #define decode_string __libcrypt_internal_decode_string macro

Completed in 14 milliseconds