| /third_party/openssl/crypto/x509/ |
| H A D | v3_lib.c | 52 const X509V3_EXT_METHOD *X509V3_EXT_get_nid(int nid) in X509V3_EXT_get_nid() argument 72 int nid; in X509V3_EXT_get() local [all...] |
| H A D | x509_trust.c | 259 int nid = OBJ_obj2nid(obj); in obj_trust() local 270 int nid = OBJ_obj2nid(obj); in obj_trust() local
|
| /third_party/openssl/ssl/ |
| H A D | tls_depr.c | 28 const EVP_CIPHER *tls_get_cipher_from_engine(int nid) in tls_get_cipher_from_engine() argument 47 const EVP_MD *tls_get_digest_from_engine(int nid) in tls_get_digest_from_engine() argument 173 int nid; in ssl_set_tmp_ecdh_groups() local [all...] |
| /base/security/certificate_framework/frameworks/adapter/v1.0/src/ |
| H A D | x509_distinguished_name_openssl.c | 149 int nid = OBJ_obj2nid(obj); in GetNameTypeByOpenssl() local 198 int nid = OBJ_txt2nid(typestr); in SetValueToX509Name() local
|
| /base/security/appverify/interfaces/innerkits/appverify/test/unittest/src/ |
| H A D | hap_signing_block_utils_test.cpp | 312 int32_t nid = TEST_NULL_NID; in HWTEST_F() local
|
| /base/security/code_signature/utils/src/ |
| H A D | huks_attest_verifier.cpp | 170 static bool CompareTargetValue(int nid, uint8_t *data, int size, const ByteBuffer &challenge) in CompareTargetValue() argument
|
| H A D | signer_info.cpp | 230 int nid = CreateNIDFromOID(OWNERID_OID, OWNERID_OID_SHORT_NAME, OWNERID_OID_LONG_NAME);
in AddOwnerID() local 245 int nid = CreateNIDFromOID(OWNERID_OID, OWNERID_OID_SHORT_NAME, OWNERID_OID_LONG_NAME);
in ParseOwnerIdFromSignature() local
|
| /base/security/crypto_framework/plugin/openssl_plugin/key/asy_key_generator/src/ |
| H A D | ecc_common_param_spec_generator_openssl.c | 287 int32_t nid = 0; in InitEccPoint() local
|
| /base/update/updater/services/package/pkg_verify/ |
| H A D | openssl_util.cpp | 153 int32_t VerifyDigestByPubKey(EVP_PKEY *pubKey, const int nid, const std::vector<uint8_t> &digestData, in VerifyDigestByPubKey() argument
|
| /third_party/f2fs-tools/fsck/ |
| H A D | node.c | 19 void f2fs_alloc_nid(struct f2fs_sb_info *sbi, nid_t *nid) in f2fs_alloc_nid() argument 33 void f2fs_release_nid(struct f2fs_sb_info *sbi, nid_t nid) in f2fs_release_nid() argument [all...] |
| H A D | node.h | 71 static inline void set_nid(struct f2fs_node * rn, int off, nid_t nid, int i) in set_nid() argument 93 set_new_dnode(struct dnode_of_data *dn, struct f2fs_node *iblk, struct f2fs_node *nblk, nid_t nid) set_new_dnode() argument
|
| /third_party/node/deps/openssl/openssl/crypto/cms/ |
| H A D | cms_att.c | 40 int nid; /* The attribute id */ member 75 int CMS_signed_get_attr_by_NID(const CMS_SignerInfo *si, int nid, int lastpos) in CMS_signed_get_attr_by_NID() argument 142 int CMS_unsigned_get_attr_by_NID(const CMS_SignerInfo *si, int nid, in CMS_unsigned_get_attr_by_NID() argument 112 CMS_signed_add1_attr_by_NID(CMS_SignerInfo *si, int nid, int type, const void *bytes, int len) CMS_signed_add1_attr_by_NID() argument 180 CMS_unsigned_add1_attr_by_NID(CMS_SignerInfo *si, int nid, int type, const void *bytes, int len) CMS_unsigned_add1_attr_by_NID() argument 211 cms_attrib_get(int nid, const STACK_OF(X509_ATTRIBUTE) *attrs, int *lastpos) cms_attrib_get() argument 227 cms_check_attribute(int nid, int flags, int type, const STACK_OF(X509_ATTRIBUTE) *attrs, int have_attrs) cms_check_attribute() argument 275 int nid = cms_attribute_properties[i].nid; ossl_cms_si_check_attributes() local [all...] |
| /third_party/node/deps/openssl/openssl/crypto/ct/ |
| H A D | ct_sct.c | 124 int SCT_set_signature_nid(SCT *sct, int nid) in SCT_set_signature_nid() argument
|
| H A D | ct_sct_ctx.c | 63 static int ct_x509_get_ext(X509 *cert, int nid, int *is_duplicated) in ct_x509_get_ext() argument
|
| /third_party/node/deps/openssl/openssl/crypto/ec/ |
| H A D | ec_pmeth.c | 396 int nid; in pkey_ec_ctrl_str() local
|
| /third_party/node/deps/openssl/openssl/crypto/ts/ |
| H A D | ts_req_utils.c | 150 int TS_REQ_get_ext_by_NID(TS_REQ *a, int nid, int lastpos) in TS_REQ_get_ext_by_NID() argument 180 void *TS_REQ_get_ext_d2i(TS_REQ *a, int nid, int *crit, int *idx) in TS_REQ_get_ext_d2i() argument
|
| /third_party/node/deps/openssl/openssl/crypto/x509/ |
| H A D | v3_san.c | 210 int nid; in GENERAL_NAME_print() local
|
| H A D | x509_req.c | 118 int i, nid; in X509_REQ_extension_nid() local 200 int X509_REQ_get_attr_by_NID(const X509_REQ *req, int nid, int lastpos) in X509_REQ_get_attr_by_NID() argument 170 X509_REQ_add_extensions_nid(X509_REQ *req, const STACK_OF(X509_EXTENSION) *exts, int nid) X509_REQ_add_extensions_nid() argument 257 X509_REQ_add1_attr_by_NID(X509_REQ *req, int nid, int type, const unsigned char *bytes, int len) X509_REQ_add1_attr_by_NID() argument [all...] |
| /third_party/node/deps/openssl/openssl/include/crypto/ |
| H A D | asn1.h | 116 int nid; member
|
| /third_party/node/deps/openssl/openssl/include/internal/ |
| H A D | ffc.h | 105 int nid; /* The identity of a named group */ member
|
| /third_party/node/deps/openssl/openssl/include/openssl/ |
| H A D | ec.h | 519 int nid; member [all...] |
| /third_party/node/deps/openssl/openssl/crypto/evp/ |
| H A D | evp_pbe.c | 223 int EVP_PBE_alg_add(int nid, const EVP_CIPHER *cipher, const EVP_MD *md, in EVP_PBE_alg_add() argument
|
| H A D | evp_pkey.c | 169 int EVP_PKEY_get_attr_by_NID(const EVP_PKEY *key, int nid, int lastpos) in EVP_PKEY_get_attr_by_NID() argument 206 EVP_PKEY_add1_attr_by_NID(EVP_PKEY *key, int nid, int type, const unsigned char *bytes, int len) EVP_PKEY_add1_attr_by_NID() argument
|
| /third_party/node/deps/openssl/openssl/crypto/rsa/ |
| H A D | rsa_sign.c | 193 static int digest_sz_from_nid(int nid) in digest_sz_from_nid() argument
|
| /third_party/node/deps/openssl/openssl/crypto/dh/ |
| H A D | dh_pmeth.c | 244 int nid = OBJ_sn2nid(value); in pkey_dh_ctrl_str() local
|