Home
last modified time | relevance | path

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

/device/linaro/bootloader/arm-trusted-firmware/tools/cert_create/src/
Dcert.c93 EVP_MD_CTX *mdCtx; in cert_new() local
114 mdCtx = EVP_MD_CTX_create(); in cert_new()
115 if (mdCtx == NULL) { in cert_new()
121 if (!EVP_DigestSignInit(mdCtx, &pKeyCtx, EVP_sha256(), NULL, ikey)) { in cert_new()
191 if (!X509_sign_ctx(x, mdCtx)) { in cert_new()
201 EVP_MD_CTX_destroy(mdCtx); in cert_new()