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.c153 const EVP_MD *tmpmd = EVP_MD_CTX_get0_md(rl->md_ctx); in dtls_process_record() local
155 if (tmpmd != NULL) { in dtls_process_record()
156 imac_size = EVP_MD_get_size(tmpmd); in dtls_process_record()
H A Dtls_common.c636 const EVP_MD *tmpmd = EVP_MD_CTX_get0_md(rl->md_ctx); in tls_get_more_records() local
638 if (tmpmd != NULL) { in tls_get_more_records()
639 imac_size = EVP_MD_get_size(tmpmd); in tls_get_more_records()

Completed in 23 milliseconds