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

  /external/boringssl/src/crypto/x509/
algorithm.c 87 return X509_ALGOR_set0(algor, OBJ_nid2obj(NID_ED25519), V_ASN1_UNDEF, NULL);
109 X509_ALGOR_set0(algor, OBJ_nid2obj(sign_nid), paramtype, NULL);
x_attrib.c 94 ret->object = (ASN1_OBJECT *)OBJ_nid2obj(nid);
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 127 // OBJ_nid2obj returns the ASN1_OBJECT corresponding to |nid|, or NULL if |nid|
129 OPENSSL_EXPORT const ASN1_OBJECT *OBJ_nid2obj(int nid);
  /external/boringssl/src/crypto/obj/
obj.c 335 const ASN1_OBJECT *obj = OBJ_nid2obj(nid);
348 const ASN1_OBJECT *OBJ_nid2obj(int nid) {
375 const ASN1_OBJECT *obj = OBJ_nid2obj(nid);
384 const ASN1_OBJECT *obj = OBJ_nid2obj(nid);
421 return (ASN1_OBJECT*) OBJ_nid2obj(nid);
  /external/boringssl/src/crypto/digest_extra/
digest_test.cc 217 EXPECT_EQ(EVP_md5_sha1(), EVP_get_digestbyobj(OBJ_nid2obj(NID_md5_sha1)));
218 EXPECT_EQ(EVP_sha1(), EVP_get_digestbyobj(OBJ_nid2obj(NID_sha1)));
  /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 253 data = policy_data_new(NULL, OBJ_nid2obj(NID_any_policy), 0);
  /device/linaro/bootloader/arm-trusted-firmware/tools/cert_create/src/
ext.c 169 algorithm = OBJ_nid2obj(EVP_MD_type(md));
  /external/boringssl/src/crypto/asn1/
tasn_new.c 336 *pval = (ASN1_VALUE *)OBJ_nid2obj(NID_undef);
  /external/python/cpython2/Modules/
_ssl.c     [all...]
  /external/python/cpython3/Modules/
_ssl.c     [all...]
  /external/conscrypt/common/src/jni/main/cpp/conscrypt/
native_crypto.cc     [all...]

Completed in 286 milliseconds