Home
last modified time | relevance | path

Searched refs:cinf (Results 1 - 5 of 5) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/cms/
H A Dcms_env.c54 void ossl_cms_env_enc_content_free(const CMS_ContentInfo *cinf) in ossl_cms_env_enc_content_free() argument
56 if (cms_get_enveloped_type_simple(cinf) != 0) { in ossl_cms_env_enc_content_free()
57 CMS_EncryptedContentInfo *ec = ossl_cms_get0_env_enc_content(cinf); in ossl_cms_env_enc_content_free()
H A Dcms_local.h447 void ossl_cms_env_enc_content_free(const CMS_ContentInfo *cinf);
/third_party/node/deps/openssl/openssl/ssl/
H A Ds3_lib.c3618 const TLS_GROUP_INFO *cinf in ssl3_ctrl() local
3621 if (cinf != NULL) in ssl3_ctrl()
3622 cptr[i] = tls1_group_id2nid(cinf->group_id, 1); in ssl3_ctrl()
4957 const TLS_GROUP_INFO *cinf = NULL; in SSL_group_to_name() local
4966 cinf = tls1_group_id_lookup(s->ctx, group_id); in SSL_group_to_name()
4968 if (cinf != NULL) in SSL_group_to_name()
4969 return cinf->tlsname; in SSL_group_to_name()
/third_party/openssl/ssl/
H A Ds3_lib.c3618 const TLS_GROUP_INFO *cinf in ssl3_ctrl() local
3621 if (cinf != NULL) in ssl3_ctrl()
3622 cptr[i] = tls1_group_id2nid(cinf->group_id, 1); in ssl3_ctrl()
4957 const TLS_GROUP_INFO *cinf = NULL; in SSL_group_to_name() local
4966 cinf = tls1_group_id_lookup(s->ctx, group_id); in SSL_group_to_name()
4968 if (cinf != NULL) in SSL_group_to_name()
4969 return cinf->tlsname; in SSL_group_to_name()
/third_party/curl/lib/vtls/
H A Dopenssl.c496 X509_CINF *cinf = x->cert_info; in Curl_ossl_certchain() local
498 i2a_ASN1_OBJECT(mem, cinf->signature->algorithm); in Curl_ossl_certchain()
501 i2a_ASN1_OBJECT(mem, cinf->key->algor->algorithm); in Curl_ossl_certchain()
504 X509V3_ext(data, i, cinf->extensions); in Curl_ossl_certchain()

Completed in 17 milliseconds