Searched refs:ks_context (Results 1 – 1 of 1) sorted by relevance
/openssl/crypto/hpke/ |
H A D | hpke.c | 652 unsigned char ks_context[OSSL_HPKE_MAXSIZE]; in hpke_do_middle() local 684 memset(ks_context, 0, sizeof(ks_context)); in hpke_do_middle() 685 ks_context[0] = (unsigned char)(ctx->mode % 256); in hpke_do_middle() 714 if (ossl_hpke_labeled_extract(kctx, ks_context + 1, halflen, in hpke_do_middle() 722 if (ossl_hpke_labeled_extract(kctx, ks_context + 1 + halflen, halflen, in hpke_do_middle() 755 ks_context, ks_contextlen) != 1) { in hpke_do_middle() 767 ks_context, ks_contextlen) != 1) { in hpke_do_middle() 780 ks_context, ks_contextlen) != 1) { in hpke_do_middle() 787 OPENSSL_cleanse(ks_context, OSSL_HPKE_MAXSIZE); in hpke_do_middle()
|
Completed in 6 milliseconds