Searched refs:sshkdf_set_membuf (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/openssl/openssl/providers/implementations/kdfs/ |
H A D | sshkdf.c | 90 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()
|
/third_party/openssl/providers/implementations/kdfs/ |
H A D | sshkdf.c | 90 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()
|
Completed in 2 milliseconds