HomeSort by relevance Sort by last modified time
    Searched refs:nid (Results 26 - 50 of 261) sorted by null

12 3 4 5 6 7 8 91011

  /external/chromium_org/third_party/openssl/openssl/crypto/asn1/
asn_moid.c 113 int nid; local
131 nid = OBJ_create(ostr, name, ln);
133 if (nid == NID_undef)
153 oid = OBJ_nid2obj(nid);
x_attrib.c 99 X509_ATTRIBUTE *X509_ATTRIBUTE_create(int nid, int atrtype, void *value)
106 ret->object=OBJ_nid2obj(nid);
  /external/chromium_org/third_party/openssl/openssl/crypto/engine/
tb_pkmeth.c 60 * display brief debugging summaries to stderr with the 'nid'. */
113 * references) for a given pkey_meth 'nid' */
114 ENGINE *ENGINE_get_pkey_meth_engine(int nid)
116 return engine_table_select(&pkey_meth_table, nid);
120 const EVP_PKEY_METHOD *ENGINE_get_pkey_meth(ENGINE *e, int nid)
124 if(!fn || !fn(e, &ret, NULL, nid))
tb_asnmth.c 62 * 'nid'. */
115 * references) for a given pkey_asn1_meth 'nid' */
116 ENGINE *ENGINE_get_pkey_asn1_meth_engine(int nid)
118 return engine_table_select(&pkey_asn1_meth_table, nid);
122 const EVP_PKEY_ASN1_METHOD *ENGINE_get_pkey_asn1_meth(ENGINE *e, int nid)
126 if(!fn || !fn(e, &ret, NULL, nid))
206 static void look_str_cb(int nid, STACK_OF(ENGINE) *sk, ENGINE *def, void *arg)
216 e->pkey_asn1_meths(e, &ameth, NULL, nid);
eng_openssl.c 114 const int **nids, int nid);
118 const int **nids, int nid);
278 const int **nids, int nid)
287 if(nid == NID_rc4)
289 else if(nid == NID_rc4_40)
295 "nid %d\n", nid);
346 const int **nids, int nid)
355 if(nid == NID_sha1)
361 "nid %d\n", nid)
    [all...]
  /external/openssl/crypto/asn1/
asn_moid.c 113 int nid; local
131 nid = OBJ_create(ostr, name, ln);
133 if (nid == NID_undef)
153 oid = OBJ_nid2obj(nid);
x_attrib.c 99 X509_ATTRIBUTE *X509_ATTRIBUTE_create(int nid, int atrtype, void *value)
106 ret->object=OBJ_nid2obj(nid);
  /external/openssl/crypto/engine/
tb_pkmeth.c 60 * display brief debugging summaries to stderr with the 'nid'. */
113 * references) for a given pkey_meth 'nid' */
114 ENGINE *ENGINE_get_pkey_meth_engine(int nid)
116 return engine_table_select(&pkey_meth_table, nid);
120 const EVP_PKEY_METHOD *ENGINE_get_pkey_meth(ENGINE *e, int nid)
124 if(!fn || !fn(e, &ret, NULL, nid))
tb_asnmth.c 62 * 'nid'. */
115 * references) for a given pkey_asn1_meth 'nid' */
116 ENGINE *ENGINE_get_pkey_asn1_meth_engine(int nid)
118 return engine_table_select(&pkey_asn1_meth_table, nid);
122 const EVP_PKEY_ASN1_METHOD *ENGINE_get_pkey_asn1_meth(ENGINE *e, int nid)
126 if(!fn || !fn(e, &ret, NULL, nid))
206 static void look_str_cb(int nid, STACK_OF(ENGINE) *sk, ENGINE *def, void *arg)
216 e->pkey_asn1_meths(e, &ameth, NULL, nid);
eng_openssl.c 114 const int **nids, int nid);
118 const int **nids, int nid);
278 const int **nids, int nid)
287 if(nid == NID_rc4)
289 else if(nid == NID_rc4_40)
295 "nid %d\n", nid);
346 const int **nids, int nid)
355 if(nid == NID_sha1)
361 "nid %d\n", nid)
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/x509/
x509_req.c 168 int i, nid; local
170 nid = ext_nids[i];
171 if(nid == NID_undef) return 0;
172 else if (req_nid == nid) return 1;
219 int nid)
237 attr->object = OBJ_nid2obj(nid);
263 int X509_REQ_get_attr_by_NID(const X509_REQ *req, int nid,
266 return X509at_get_attr_by_NID(req->req_info->attributes, nid, lastpos);
301 int nid, int type,
304 if(X509at_add1_attr_by_NID(&req->req_info->attributes, nid,
    [all...]
  /external/openssh/
ssh-rsa.c 47 int ok, nid; local
55 nid = (datafellows & SSH_BUG_RSASIGMD5) ? NID_md5 : NID_sha1;
56 if ((evp_md = EVP_get_digestbynid(nid)) == NULL) {
57 error("ssh_rsa_sign: EVP_get_digestbynid %d failed", nid);
67 ok = RSA_sign(nid, digest, dlen, sig, &len, key->rsa);
116 int rlen, ret, nid; local
161 nid = (datafellows & SSH_BUG_RSASIGMD5) ? NID_md5 : NID_sha1;
162 if ((evp_md = EVP_get_digestbynid(nid)) == NULL) {
163 error("ssh_rsa_verify: EVP_get_digestbynid %d failed", nid);
171 ret = openssh_RSA_verify(nid, digest, dlen, sigblob, len, key->rsa)
    [all...]
kexecdh.c 59 int nid = kex_ecdh_name_to_nid(kexname); local
61 if (nid == -1)
63 return key_ec_nid_to_evpmd(nid);
  /external/openssl/crypto/x509/
x509_req.c 168 int i, nid; local
170 nid = ext_nids[i];
171 if(nid == NID_undef) return 0;
172 else if (req_nid == nid) return 1;
219 int nid)
237 attr->object = OBJ_nid2obj(nid);
263 int X509_REQ_get_attr_by_NID(const X509_REQ *req, int nid,
266 return X509at_get_attr_by_NID(req->req_info->attributes, nid, lastpos);
301 int nid, int type,
304 if(X509at_add1_attr_by_NID(&req->req_info->attributes, nid,
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/evp/
evp_locl.h 133 #define BLOCK_CIPHER_def1(cname, nmode, mode, MODE, kstruct, nid, block_size, \
137 nid##_##nmode, block_size, key_len, iv_len, \
149 #define BLOCK_CIPHER_def_cbc(cname, kstruct, nid, block_size, key_len, \
152 BLOCK_CIPHER_def1(cname, cbc, cbc, CBC, kstruct, nid, block_size, key_len, \
155 #define BLOCK_CIPHER_def_cfb(cname, kstruct, nid, key_len, \
158 BLOCK_CIPHER_def1(cname, cfb##cbits, cfb##cbits, CFB, kstruct, nid, 1, \
162 #define BLOCK_CIPHER_def_ofb(cname, kstruct, nid, key_len, \
165 BLOCK_CIPHER_def1(cname, ofb##cbits, ofb, OFB, kstruct, nid, 1, \
169 #define BLOCK_CIPHER_def_ecb(cname, kstruct, nid, block_size, key_len, \
172 BLOCK_CIPHER_def1(cname, ecb, ecb, ECB, kstruct, nid, block_size, key_len,
    [all...]
  /external/openssl/crypto/evp/
evp_locl.h 133 #define BLOCK_CIPHER_def1(cname, nmode, mode, MODE, kstruct, nid, block_size, \
137 nid##_##nmode, block_size, key_len, iv_len, \
149 #define BLOCK_CIPHER_def_cbc(cname, kstruct, nid, block_size, key_len, \
152 BLOCK_CIPHER_def1(cname, cbc, cbc, CBC, kstruct, nid, block_size, key_len, \
155 #define BLOCK_CIPHER_def_cfb(cname, kstruct, nid, key_len, \
158 BLOCK_CIPHER_def1(cname, cfb##cbits, cfb##cbits, CFB, kstruct, nid, 1, \
162 #define BLOCK_CIPHER_def_ofb(cname, kstruct, nid, key_len, \
165 BLOCK_CIPHER_def1(cname, ofb##cbits, ofb, OFB, kstruct, nid, 1, \
169 #define BLOCK_CIPHER_def_ecb(cname, kstruct, nid, block_size, key_len, \
172 BLOCK_CIPHER_def1(cname, ecb, ecb, ECB, kstruct, nid, block_size, key_len,
    [all...]
  /external/kernel-headers/original/linux/
mmzone.h 333 #define node_present_pages(nid) (NODE_DATA(nid)->node_present_pages)
334 #define node_spanned_pages(nid) (NODE_DATA(nid)->node_spanned_pages)
340 #define nid_page_nr(nid, pagenr) pgdat_page_nr(NODE_DATA(nid),(pagenr))
357 void memory_present(int nid, unsigned long start, unsigned long end);
359 static inline void memory_present(int nid, unsigned long start, unsigned long end) {}
434 #define NODE_DATA(nid) (&contig_page_data)
435 #define NODE_MEM_MAP(nid) mem_ma
    [all...]
  /external/chromium/net/base/
x509_openssl_util.h 32 bool ParsePrincipalValueByNID(X509_NAME* name, int nid, std::string* value);
x509_openssl_util.cc 50 bool ParsePrincipalValueByNID(X509_NAME* name, int nid, std::string* value) {
51 int index = X509_NAME_get_index_by_NID(name, nid, -1);
  /external/chromium_org/net/cert/
x509_util_openssl.h 36 int nid,
  /libcore/luni/src/test/native/
test_openssl_engine.cpp 84 static int pkey_meths(ENGINE*, EVP_PKEY_METHOD** meth, const int** nids, int nid) {
85 if (nid == EVP_PKEY_HMAC) {
86 *meth = const_cast<EVP_PKEY_METHOD*>(EVP_PKEY_meth_find(nid));
88 } else if (nid != 0) {
  /external/chromium_org/third_party/openssl/openssl/crypto/rsa/
rsa_x931.c 158 int RSA_X931_hash_id(int nid)
160 switch (nid)
  /external/kernel-headers/original/asm-generic/
memory_model.h 20 #define arch_local_page_offset(pfn, nid) \
21 ((pfn) - NODE_DATA(nid)->node_start_pfn)
  /external/openssl/crypto/rsa/
rsa_x931.c 158 int RSA_X931_hash_id(int nid)
160 switch (nid)
  /external/tcpdump/
print-wb.c 155 u_int16_t nid; member in struct:pgstate
189 int nid; local
204 nid = EXTRACT_16BITS(&id->pi_ps.nid);
205 len -= sizeof(*io) * nid;
207 cp = (char *)(io + nid);
215 for (i = 0; i < nid && (u_char *)(io + 1) <= snapend; ++io, ++i) {
220 if (i >= nid) {
279 for (ie = io + ps->nid; io < ie && (u_char *)(io + 1) <= ep; ++io) {

Completed in 1631 milliseconds

12 3 4 5 6 7 8 91011