Searched refs:tmpmd (Results 1 – 2 of 2) sorted by relevance
150 const EVP_MD *tmpmd = EVP_MD_CTX_get0_md(rl->md_ctx); in dtls_process_record() local152 if (tmpmd != NULL) { in dtls_process_record()153 imac_size = EVP_MD_get_size(tmpmd); in dtls_process_record()
772 const EVP_MD *tmpmd = EVP_MD_CTX_get0_md(rl->md_ctx); in tls_get_more_records() local774 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