Home
last modified time | relevance | path

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

/openssl/ssl/quic/
H A Dquic_srtm.c57 EVP_CIPHER_CTX *blind_ctx; /* kept with key */ member
126 if ((srtm->blind_ctx = EVP_CIPHER_CTX_new()) == NULL) in ossl_quic_srtm_new()
129 if (!EVP_EncryptInit_ex2(srtm->blind_ctx, ecb, key, NULL, NULL)) in ossl_quic_srtm_new()
175 EVP_CIPHER_CTX_free(srtm->blind_ctx); in ossl_quic_srtm_free()
272 if (!EVP_EncryptUpdate(srtm->blind_ctx, item->srt_blinded, &outl, in srtm_compute_blinded()
537 assert(srtm->blind_ctx != NULL); in ossl_quic_srtm_check()

Completed in 5 milliseconds