Searched refs:EVP_MD_CTX_type (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Ddigest.h222 /* EVP_MD_CTX_type returns a NID describing the digest function used by |ctx|.
225 OPENSSL_EXPORT int EVP_MD_CTX_type(const EVP_MD_CTX *ctx);
/external/chromium_org/third_party/boringssl/src/ssl/
H A Ds3_cbc.c355 switch (EVP_MD_CTX_type(ctx))
421 switch (EVP_MD_CTX_type(ctx))
H A Ds3_enc.c593 if (s->s3->handshake_dgst[i]&&EVP_MD_CTX_type(s->s3->handshake_dgst[i])==md_nid)
H A Dt1_enc.c976 if (s->s3->handshake_dgst[i]&&EVP_MD_CTX_type(s->s3->handshake_dgst[i])==md_nid)
/external/openssl/ssl/
H A Ds3_cbc.c363 switch (EVP_MD_CTX_type(ctx))
437 switch (EVP_MD_CTX_type(ctx))
H A Ds3_enc.c675 if (s->s3->handshake_dgst[i]&&EVP_MD_CTX_type(s->s3->handshake_dgst[i])==md_nid)
H A Dt1_enc.c880 if (s->s3->handshake_dgst[i]&&EVP_MD_CTX_type(s->s3->handshake_dgst[i])==md_nid)
H A Ds3_srvr.c665 s->method->ssl3_enc->cert_verify_mac(s,EVP_MD_CTX_type(s->s3->handshake_dgst[dgst_num]),&(s->s3->tmp.cert_verify_md[offset]));
/external/chromium_org/third_party/boringssl/src/crypto/digest/
H A Ddigest.c255 int EVP_MD_CTX_type(const EVP_MD_CTX *ctx) { function
/external/openssl/crypto/cms/
H A Dcms_lib.c409 if (EVP_MD_CTX_type(mtmp) == nid
/external/openssl/crypto/pkcs7/
H A Dpk7_doit.c701 if (EVP_MD_CTX_type(*pmd) == nid)
1059 if (EVP_MD_CTX_type(mdc) == md_type)
/external/openssl/crypto/evp/
H A Devp.h487 #define EVP_MD_CTX_type(e) EVP_MD_type(EVP_MD_CTX_md(e)) macro
/external/openssl/include/openssl/
H A Devp.h487 #define EVP_MD_CTX_type(e) EVP_MD_type(EVP_MD_CTX_md(e)) macro

Completed in 3291 milliseconds