HomeSort by relevance Sort by last modified time
    Searched defs:nid (Results 1 - 25 of 67) sorted by null

1 2 3

  /external/boringssl/src/fipstools/
cavp_ecdsa2_pkv_test.cc 24 #include <openssl/nid.h>
31 int nid = GetECGroupNIDFromInstruction(t); local
32 if (nid == NID_undef) {
35 bssl::UniquePtr<EC_KEY> key(EC_KEY_new_by_curve_name(nid));
cavp_ecdsa2_keypair_test.cc 26 #include <openssl/nid.h>
35 int nid = GetECGroupNIDFromInstruction(t, &group_str); local
36 if (nid == NID_undef ||
49 bssl::UniquePtr<EC_KEY> key(EC_KEY_new_by_curve_name(nid));
cavp_ecdsa2_siggen_test.cc 27 #include <openssl/nid.h>
35 int nid = GetECGroupNIDFromInstruction(t); local
37 if (nid == NID_undef || md == nullptr) {
41 bssl::UniquePtr<EC_KEY> key(EC_KEY_new_by_curve_name(nid));
cavp_ecdsa2_sigver_test.cc 26 #include <openssl/nid.h>
33 int nid = GetECGroupNIDFromInstruction(t); local
35 if (nid == NID_undef || md == nullptr) {
39 bssl::UniquePtr<EC_KEY> key(EC_KEY_new_by_curve_name(nid));
cavp_kas_test.cc 27 #include <openssl/nid.h>
37 int nid = NID_undef; local
41 nid = NID_secp224r1;
44 nid = NID_X9_62_prime256v1;
47 nid = NID_secp384r1;
50 nid = NID_secp521r1;
62 bssl::UniquePtr<EC_KEY> ec_key(EC_KEY_new_by_curve_name(nid));
  /external/boringssl/src/crypto/x509v3/
v3_pci.c 205 int nid; local
247 nid = OBJ_obj2nid(language);
248 if ((nid == NID_Independent || nid == NID_id_ppl_inheritAll) && policy) {
v3_lib.c 102 const X509V3_EXT_METHOD *X509V3_EXT_get_nid(int nid)
108 if (nid < 0)
110 tmp.ext_nid = nid;
126 int nid; local
127 if ((nid = OBJ_obj2nid(ext->object)) == NID_undef)
129 return X509V3_EXT_get_nid(nid);
132 int X509V3_EXT_free(int nid, void *ext_data)
134 const X509V3_EXT_METHOD *ext_method = X509V3_EXT_get_nid(nid);
220 * Get critical flag and decoded version of extension from a NID. The "idx"
222 * multiple extensions of the same NID. However multiple extensions with th
    [all...]
v3name_test.cc 146 int nid; local
148 nid = va_arg(ap, int);
149 if (nid == 0)
152 if (!X509_NAME_add_entry_by_NID(n, nid, MBSTRING_ASC,
167 * *X509_EXTENSION_create_by_NID(X509_EXTENSION **ex, int nid, int crit,
  /external/boringssl/src/ssl/
ssl_key_share.cc 28 #include <openssl/nid.h>
40 ECKeyShare(int nid, uint16_t group_id) : nid_(nid), group_id_(group_id) {}
172 int nid; member in struct:bssl::__anon14381::__anon14382
213 int ssl_nid_to_group_id(uint16_t *out_group_id, int nid) {
215 if (group.nid == nid) {
  /external/boringssl/src/crypto/digest_extra/
digest_extra.c 63 #include <openssl/nid.h>
69 int nid; member in struct:nid_to_digest
86 // of hash OIDs, this is no longer supported for lookup by OID or NID.
104 const EVP_MD* EVP_get_digestbynid(int nid) {
105 if (nid == NID_undef) {
111 if (nid_to_digest_mapping[i].nid == nid) {
122 int nid; member in struct:__anon14296
145 return EVP_get_digestbynid(kMDOIDs[i].nid);
154 if (obj->nid != NID_undef)
203 int nid = EVP_MD_type(md); local
    [all...]
  /external/boringssl/src/crypto/fipsmodule/ecdsa/
ecdsa_test.cc 64 #include <openssl/nid.h>
147 int nid; member in struct:__anon14323
159 int nid = curve.nid; local
160 bssl::UniquePtr<EC_GROUP> group(EC_GROUP_new_by_curve_name(nid));
  /external/boringssl/src/crypto/pkcs8/
p5_pbev2.c 65 #include <openssl/nid.h>
87 int nid; member in struct:__anon14334
127 static int add_cipher_oid(CBB *out, int nid) {
129 if (kCipherOIDs[i].nid == nid) {
  /external/boringssl/src/crypto/x509/
x509_req.c 163 int i, nid; local
165 nid = ext_nids[i];
166 if (nid == NID_undef)
168 else if (req_nid == nid)
218 int nid)
239 attr->object = (ASN1_OBJECT *)OBJ_nid2obj(nid);
266 int X509_REQ_get_attr_by_NID(const X509_REQ *req, int nid, int lastpos)
268 return X509at_get_attr_by_NID(req->req_info->attributes, nid, lastpos);
305 int nid, int type,
308 if (X509at_add1_attr_by_NID(&req->req_info->attributes, nid,
    [all...]
  /external/wpa_supplicant_8/src/eap_common/
eap_pwd_common.c 97 int nid, is_odd, ret = 0; local
102 nid = NID_X9_62_prime256v1;
105 nid = NID_secp384r1;
108 nid = NID_secp521r1;
112 nid = NID_X9_62_prime192v1;
116 nid = NID_secp224r1;
120 nid = NID_brainpoolP224r1;
125 nid = NID_brainpoolP256r1;
130 nid = NID_brainpoolP384r1;
135 nid = NID_brainpoolP512r1
    [all...]
  /external/boringssl/src/crypto/ec_extra/
ec_asn1.c 63 #include <openssl/nid.h>
342 return EC_GROUP_new_by_curve_name(curve->nid);
351 int nid = EC_GROUP_get_curve_name(group); local
352 if (nid == NID_undef) {
360 if (curve->nid == nid) {
403 return EC_GROUP_new_by_curve_name(curve->nid);
  /external/boringssl/src/crypto/fipsmodule/ec/
internal.h 148 int curve_name; // optional NID for named curve
290 int nid; member in struct:built_in_curve
311 // standard curves. The array is terminated with an entry where |nid| is
  /external/boringssl/src/crypto/obj/
obj.c 132 r->nid = o->nid;
195 unsigned nid = *((const unsigned*) element); local
197 const ASN1_OBJECT *b = &kObjects[nid];
214 if (obj->nid != 0) {
215 return obj->nid;
225 return match->nid;
236 return kObjects[*nid_ptr].nid;
257 unsigned nid = *((unsigned*) element); local
259 return strcmp(name, kObjects[nid].sn)
293 unsigned nid = *((unsigned*) element); local
326 int nid; local
415 int nid = OBJ_sn2nid(s); local
446 int nid = OBJ_obj2nid(obj); local
    [all...]
  /external/boringssl/src/include/openssl/
ec.h 105 // curve specified by |nid|, or NULL on error.
112 OPENSSL_EXPORT EC_GROUP *EC_GROUP_new_by_curve_name(int nid);
148 // EC_GROUP_get_curve_name returns a NID that identifies |group|.
337 int nid; member in struct:__anon14368
  /external/f2fs-tools/fsck/
dump.c 39 u32 nr_nat_blks, nid; local
72 nid = block_off * NAT_ENTRY_PER_BLOCK;
76 ni.nid = nid + i;
78 if(nid + i == 0 || nid + i == 1 || nid + i == 2 )
80 if (lookup_nat_in_journal(sbi, nid + i,
88 "nid:%5u\tino:%5u\toffset:%5u"
90 ni.nid, ni.ino
585 nid_t nid; local
    [all...]
fsck.h 109 u32 nid; member in struct:hard_link_node
197 nid_t nid; member in struct:dump_option
  /external/libpcap/
grammar.y 287 %type <blk> expr id nid pid term rterm qid
363 id: nid
368 nid: ID { $$.b = gen_scode(cstate, $1, $$.q = $<blk>0.q); } label
428 pid: nid
  /external/webrtc/webrtc/base/
opensslidentity.cc 248 int nid = OBJ_obj2nid(x509_->sig_alg->algorithm); local
249 switch (nid) {
282 LOG(LS_ERROR) << "Unknown signature algorithm NID: " << nid;
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_old.c 241 int nid = strtoul(network, NULL, 10); local
245 nid);
dbus_old_handlers.c 1000 int nid; local
1025 nid = strtoul(network, NULL, 10);
1031 ssid = wpa_config_get_network(wpa_s->conf, nid);
    [all...]
  /external/boringssl/src/crypto/fipsmodule/rsa/
rsa.c 69 #include <openssl/nid.h>
376 // nid identifies the hash function.
377 int nid; member in struct:pkcs1_sig_prefix
454 for (i = 0; kPKCS1SigPrefixes[i].nid != NID_undef; i++) {
456 if (sig_prefix->nid != hash_nid) {

Completed in 331 milliseconds

1 2 3