HomeSort by relevance Sort by last modified time
    Searched refs:OBJ_nid2obj (Results 1 - 15 of 15) sorted by null

  /external/boringssl/src/crypto/x509/
x_attrib.c 94 ret->object = (ASN1_OBJECT *)OBJ_nid2obj(nid);
algorithm.c 100 X509_ALGOR_set0(algor, OBJ_nid2obj(sign_nid), paramtype, NULL);
x_algor.c 135 X509_ALGOR_set0(alg, OBJ_nid2obj(EVP_MD_type(md)), param_type, NULL);
x509name.c 73 obj = OBJ_nid2obj(nid);
108 obj = OBJ_nid2obj(nid);
305 const ASN1_OBJECT *obj = OBJ_nid2obj(nid);
x509_v3.c 77 obj = OBJ_nid2obj(nid);
189 obj = OBJ_nid2obj(nid);
rsa_pss.c 143 X509_ALGOR_set0(*palg, OBJ_nid2obj(NID_mgf1), V_ASN1_SEQUENCE, stmp);
235 X509_ALGOR_set0(algor, OBJ_nid2obj(NID_rsassaPss), V_ASN1_SEQUENCE, os);
x509_att.c 75 obj = OBJ_nid2obj(nid);
222 obj = OBJ_nid2obj(nid);
x509_req.c 239 attr->object = (ASN1_OBJECT *)OBJ_nid2obj(nid);
  /external/boringssl/src/include/openssl/
obj.h 121 /* OBJ_nid2obj returns the ASN1_OBJECT corresponding to |nid|, or NULL if |nid|
123 OPENSSL_EXPORT const ASN1_OBJECT *OBJ_nid2obj(int nid);
  /external/boringssl/src/crypto/digest/
digest_test.cc 258 EVP_get_digestbyobj(OBJ_nid2obj(NID_md5_sha1)) != EVP_md5_sha1() ||
259 EVP_get_digestbyobj(OBJ_nid2obj(NID_sha1)) != EVP_sha1()) {
  /external/boringssl/src/crypto/obj/
obj.c 319 const ASN1_OBJECT *obj = OBJ_nid2obj(nid);
332 const ASN1_OBJECT *OBJ_nid2obj(int nid) {
359 const ASN1_OBJECT *obj = OBJ_nid2obj(nid);
368 const ASN1_OBJECT *obj = OBJ_nid2obj(nid);
391 return (ASN1_OBJECT*) OBJ_nid2obj(nid);
  /external/boringssl/src/crypto/x509v3/
v3_cpols.c 242 qual->pqualid = (ASN1_OBJECT *)OBJ_nid2obj(NID_id_qt_cps);
310 qual->pqualid = (ASN1_OBJECT *)OBJ_nid2obj(NID_id_qt_unotice);
pcy_tree.c 250 data = policy_data_new(NULL, OBJ_nid2obj(NID_any_policy), 0);
  /external/boringssl/src/crypto/asn1/
tasn_new.c 335 *pval = (ASN1_VALUE *)OBJ_nid2obj(NID_undef);
  /external/conscrypt/common/src/jni/main/cpp/
NativeCrypto.cpp     [all...]

Completed in 2175 milliseconds