Searched refs:encode_string (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/macs/ |
H A D | kmac_prov.c | 131 static int encode_string(unsigned char *out, size_t out_max_len, size_t *out_len, 438 if (!encode_string(kctx->custom, sizeof(kctx->custom), &kctx->custom_len, in kmac_set_ctx_params() 500 static int encode_string(unsigned char *out, size_t out_max_len, size_t *out_len, in encode_string() function 588 if (!encode_string(tmp, sizeof(tmp), &tmp_len, in, in_len)) in kmac_bytepad_encode_key()
|
/netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/crypto_pwhash/argon2/ |
H A D | argon2-encoding.h | 20 int encode_string(char *dst, size_t dst_len, argon2_context *ctx,
|
H A D | argon2-encoding.c | 241 encode_string(char *dst, size_t dst_len, argon2_context *ctx, argon2_type type) in encode_string() function
|
H A D | argon2.c | 144 if (encode_string(encoded, encodedlen, &context, type) != ARGON2_OK) { in argon2_hash()
|
/netbsd-src/external/apache2/argon2/dist/phc-winner-argon2/src/ |
H A D | encoding.h | 34 int encode_string(char *dst, size_t dst_len, argon2_context *ctx,
|
H A D | encoding.c | 373 int encode_string(char *dst, size_t dst_len, argon2_context *ctx, in encode_string() function
|
H A D | argon2.c | 166 if (encode_string(encoded, encodedlen, &context, type) != ARGON2_OK) { in argon2_hash()
|
/netbsd-src/lib/libcrypt/ |
H A D | namespace.h | 87 #define encode_string __libcrypt_internal_encode_string macro
|
/netbsd-src/lib/libterminfo/ |
H A D | compile.c | 415 encode_string(const char *term, const char *cap, TBUF *tbuf, const char *str, in encode_string() function 684 if (encode_string(tic->name, token, in _ti_compile()
|