Home
last modified time | relevance | path

Searched refs:sshkdf_set_membuf (Results 1 – 1 of 1) sorted by relevance

/freebsd/crypto/openssl/providers/implementations/kdfs/
H A Dsshkdf.c90 static int sshkdf_set_membuf(unsigned char **dst, size_t *dst_len, in sshkdf_set_membuf() function
148 if (!sshkdf_set_membuf(&ctx->key, &ctx->key_len, p)) in kdf_sshkdf_set_ctx_params()
153 if (!sshkdf_set_membuf(&ctx->xcghash, &ctx->xcghash_len, p)) in kdf_sshkdf_set_ctx_params()
158 if (!sshkdf_set_membuf(&ctx->session_id, &ctx->session_id_len, p)) in kdf_sshkdf_set_ctx_params()