Home
last modified time | relevance | path

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

/openssl/ssl/record/methods/
H A Ddtls_meth.c150 const EVP_MD *tmpmd = EVP_MD_CTX_get0_md(rl->md_ctx); in dtls_process_record() local
152 if (tmpmd != NULL) { in dtls_process_record()
153 imac_size = EVP_MD_get_size(tmpmd); in dtls_process_record()
H A Dtls_common.c772 const EVP_MD *tmpmd = EVP_MD_CTX_get0_md(rl->md_ctx); in tls_get_more_records() local
774 if (tmpmd != NULL) { in tls_get_more_records()
775 imac_size = EVP_MD_get_size(tmpmd); in tls_get_more_records()

Completed in 10 milliseconds