Searched refs:aobj (Results 1 – 11 of 11) sorted by relevance
/third_party/openssl/crypto/x509/ |
D | t_req.c | 118 ASN1_OBJECT *aobj; in X509_REQ_print_ex() local 122 aobj = X509_ATTRIBUTE_get0_object(a); in X509_REQ_print_ex() 123 if (X509_REQ_extension_nid(OBJ_obj2nid(aobj))) in X509_REQ_print_ex() 127 if ((j = i2a_ASN1_OBJECT(bp, aobj)) > 0) { in X509_REQ_print_ex()
|
D | x_pubkey.c | 341 int X509_PUBKEY_set0_param(X509_PUBKEY *pub, ASN1_OBJECT *aobj, in X509_PUBKEY_set0_param() argument 345 if (!X509_ALGOR_set0(pub->algor, aobj, ptype, pval)) in X509_PUBKEY_set0_param()
|
/third_party/node/deps/npm/node_modules/fast-json-stable-stringify/ |
D | index.js | 11 var aobj = { key: a, value: node[a] }; variable 13 return f(aobj, bobj);
|
/third_party/openssl/crypto/asn1/ |
D | p8_pkey.c | 38 int PKCS8_pkey_set0(PKCS8_PRIV_KEY_INFO *priv, ASN1_OBJECT *aobj, 46 if (!X509_ALGOR_set0(priv->pkeyalg, aobj, ptype, pval))
|
D | x_algor.c | 29 int X509_ALGOR_set0(X509_ALGOR *alg, ASN1_OBJECT *aobj, int ptype, void *pval) 42 alg->algorithm = aobj;
|
/third_party/openssl/doc/man3/ |
D | X509_ALGOR_dup.pod | 12 int X509_ALGOR_set0(X509_ALGOR *alg, ASN1_OBJECT *aobj, int ptype, void *pval); 23 X509_ALGOR_set0() sets the algorithm OID of B<alg> to B<aobj> and the
|
D | X509_PUBKEY_new.pod | 30 int X509_PUBKEY_set0_param(X509_PUBKEY *pub, ASN1_OBJECT *aobj, 67 OID associated with the algorithm is set to B<aobj>. The type of the
|
/third_party/openssl/crypto/dsa/ |
D | dsa_ameth.c | 85 ASN1_OBJECT *aobj; in dsa_pub_encode() local 118 aobj = OBJ_nid2obj(EVP_PKEY_DSA); in dsa_pub_encode() 119 if (aobj == NULL) in dsa_pub_encode() 122 if (X509_PUBKEY_set0_param(pk, aobj, ptype, str, penc, penclen)) in dsa_pub_encode()
|
/third_party/libnl/lib/route/ |
D | tc.c | 973 uint64_t rtnl_tc_compare(struct nl_object *aobj, struct nl_object *bobj, in rtnl_tc_compare() argument 976 struct rtnl_tc *a = TC_CAST(aobj); in rtnl_tc_compare()
|
/third_party/openssl/include/openssl/ |
D | x509.h | 475 int X509_ALGOR_set0(X509_ALGOR *alg, ASN1_OBJECT *aobj, int ptype, 1017 int PKCS8_pkey_set0(PKCS8_PRIV_KEY_INFO *priv, ASN1_OBJECT *aobj, 1029 int X509_PUBKEY_set0_param(X509_PUBKEY *pub, ASN1_OBJECT *aobj,
|
/third_party/node/deps/npm/node_modules/har-validator/node_modules/ajv/dist/ |
D | ajv.bundle.js | 5094 var aobj = { key: a, value: node[a] }; variable 5096 return f(aobj, bobj);
|