/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/ |
D | pthread_key_create.c | 79 pthread_key_t newkey; in pthread_key_create() local 81 if ((newkey = (pthread_key_t) calloc (1, sizeof (*newkey))) == NULL) in pthread_key_create() 85 else if ((newkey->key = TlsAlloc ()) == TLS_OUT_OF_INDEXES) in pthread_key_create() 89 free (newkey); in pthread_key_create() 90 newkey = NULL; in pthread_key_create() 101 newkey->keyLock = 0; in pthread_key_create() 102 newkey->destructor = destructor; in pthread_key_create() 105 *key = newkey; in pthread_key_create()
|
/external/openssh/ |
D | monitor_wrap.c | 473 Newkeys *newkey = NULL; in mm_newkeys_from_blob() local 485 newkey = xmalloc(sizeof(*newkey)); in mm_newkeys_from_blob() 486 enc = &newkey->enc; in mm_newkeys_from_blob() 487 mac = &newkey->mac; in mm_newkeys_from_blob() 488 comp = &newkey->comp; in mm_newkeys_from_blob() 525 return (newkey); in mm_newkeys_from_blob() 536 Newkeys *newkey = (Newkeys *)packet_get_newkeys(mode); in mm_newkeys_to_blob() local 538 debug3("%s: converting %p", __func__, newkey); in mm_newkeys_to_blob() 540 if (newkey == NULL) { in mm_newkeys_to_blob() 544 enc = &newkey->enc; in mm_newkeys_to_blob() [all …]
|
/external/openfst/src/lib/ |
D | symbol-table-ops.cc | 92 uint64 newkey = 0; in CompactSymbolTable() local 95 compact->AddSymbol(si->second, newkey++); in CompactSymbolTable()
|
/external/chromium_org/third_party/openssl/openssl/apps/ |
D | CA.sh | 86 $REQ -new -x509 -keyout newkey.pem -out newcert.pem $DAYS 92 $REQ -new -keyout newkey.pem -out newreq.pem $DAYS
|
D | req.c | 171 long newkey = -1; in MAIN() local 649 genctx = set_keygen_ctx(bio_err, keyalg, &pkey_type, &newkey, in MAIN() 655 if (newkey <= 0) in MAIN() 657 if (!NCONF_get_number(req_conf,SECTION,BITS, &newkey)) in MAIN() 658 newkey=DEFAULT_KEY_LENGTH; in MAIN() 661 if (newkey < MIN_KEY_LENGTH && (pkey_type == EVP_PKEY_RSA || pkey_type == EVP_PKEY_DSA)) in MAIN() 664 BIO_printf(bio_err,"it needs to be at least %d bits, not %ld\n",MIN_KEY_LENGTH,newkey); in MAIN() 670 genctx = set_keygen_ctx(bio_err, NULL, &pkey_type, &newkey, in MAIN() 694 newkey, keyalgstr); in MAIN()
|
/external/openssl/apps/ |
D | CA.sh | 86 $REQ -new -x509 -keyout newkey.pem -out newcert.pem $DAYS 92 $REQ -new -keyout newkey.pem -out newreq.pem $DAYS
|
D | req.c | 171 long newkey = -1; in MAIN() local 649 genctx = set_keygen_ctx(bio_err, keyalg, &pkey_type, &newkey, in MAIN() 655 if (newkey <= 0) in MAIN() 657 if (!NCONF_get_number(req_conf,SECTION,BITS, &newkey)) in MAIN() 658 newkey=DEFAULT_KEY_LENGTH; in MAIN() 661 if (newkey < MIN_KEY_LENGTH && (pkey_type == EVP_PKEY_RSA || pkey_type == EVP_PKEY_DSA)) in MAIN() 664 BIO_printf(bio_err,"it needs to be at least %d bits, not %ld\n",MIN_KEY_LENGTH,newkey); in MAIN() 670 genctx = set_keygen_ctx(bio_err, NULL, &pkey_type, &newkey, in MAIN() 694 newkey, keyalgstr); in MAIN()
|
/external/libsepol/src/ |
D | expand.c | 3247 avtab_key_t newkey; in expand_avtab_node() local 3250 newkey.target_class = k->target_class; in expand_avtab_node() 3251 newkey.specified = k->specified; in expand_avtab_node() 3260 newkey.source_type = k->source_type; in expand_avtab_node() 3264 newkey.target_type = j + 1; in expand_avtab_node() 3265 rc = expand_avtab_insert(expa, &newkey, d); in expand_avtab_node() 3274 newkey.target_type = k->target_type; in expand_avtab_node() 3278 newkey.source_type = i + 1; in expand_avtab_node() 3279 rc = expand_avtab_insert(expa, &newkey, d); in expand_avtab_node() 3293 newkey.source_type = i + 1; in expand_avtab_node() [all …]
|
/external/chromium_org/third_party/openssl/openssl/ |
D | README.android | 76 …odes -days 365 -subj '/C=US/ST=California/L=Mountain View/CN=localhost' -newkey rsa:1024 -keyout /…
|
/external/openssl/ |
D | README.android | 76 …odes -days 365 -subj '/C=US/ST=California/L=Mountain View/CN=localhost' -newkey rsa:1024 -keyout /…
|
/external/chromium_org/net/data/ssl/certificates/ |
D | README | 111 -config ../scripts/ee.cnf -newkey rsa:1024 -text \ 118 -config ../scripts/ee.cnf -newkey rsa:1024 -text \
|
/external/doclava/src/com/google/doclava/ |
D | SampleCode.java | 109 …irectory(List<Node> parent, File dir, String relative, Boolean recursed, Data hdf, String newkey) { in writeProjectDirectory() argument 120 String key = newkey; in writeProjectDirectory()
|