Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/regress/unittests/crypto/
H A Dtest_mldsa_eddsa.c92 struct sshbuf *b_m = NULL, *b_ctx = NULL, *b_pk = NULL; in mldsa_eddsa_tests() local
107 b_ctx = get_json_b64(json_buf, "ctx"); in mldsa_eddsa_tests()
120 tvec_ctx = sshbuf_ptr(b_ctx); in mldsa_eddsa_tests()
121 tvec_ctx_len = sshbuf_len(b_ctx); in mldsa_eddsa_tests()
191 sshbuf_free(b_ctx); in mldsa_eddsa_tests()
/freebsd/crypto/openssl/providers/implementations/digests/
H A Dblake2_prov.c150 …struct blake##variant##_md_data_st *b_ctx; …
152b_ctx = (struct blake##variant##_md_data_st *)ctx; …
157 …*outl = b_ctx->ctx.outlen; …