Searched refs:key (Results 226 - 250 of 5538) sorted by relevance

1234567891011>>

/macosx-10.9.5/emacs-92/emacs/etc/
H A Dcs-survival.tex12 % \key{KEY-NAME} description of key or
127 \def\key{\par\hangafter=0\hang\textindent}
187 \key{C-x C-c} ukon�en� Emacsu
188 \key{C-x C-f} editace souboru; tento p��kaz vyu��v� minibuffer k p�e�ten�
191 \key{C-x C-s} ulo�it soubor
192 \key{C-x k} zav��t buffer
193 \key{C-g} ve v�t�in� situac�: zastaven� aktu�ln� prov�d�n� �innosti,
195 \key{C-x u} obnovit
199 \key{
[all...]
H A Dsk-survival.tex12 % \key{KEY-NAME} description of key or
128 \def\key{\par\hangafter=0\hang\textindent}
189 \key{C-x C-c} ukon�enie Emacsu
190 \key{C-x C-f} editovanie s�boru; tento pr�kaz vyu��va minibuffer na pre��tanie
193 \key{C-x C-s} ulo�i� s�bor
194 \key{C-x k} zatvori� buffer
195 \key{C-g} vo v���ine situ�ci�: zastavenie pr�ve vykon�vanej �innosti,
197 \key{C-x u} obnovi�
201 \key{
[all...]
H A Dpl-refcard.tex223 % beginindentedkeys...endindentedkeys - key definitions will be
250 % key - definition of a key.
251 % \key{description of key}{key-name}
252 % prints the description left-justified, and the key-name in a \kbd
254 %\def\key#1#2{\leavevmode\hbox to \hsize{\vtop
257 \def\key#1#2{\leavevmode\hbox to \hsize{\vbox
270 % as \key start
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/bind/
H A DEntityBinding.java14 * A binding between a key-value entry pair and an entity object.
27 * Converts key and data entry buffers into an entity Object.
29 * @param key is the source key entry.
35 Object entryToObject(DatabaseEntry key, DatabaseEntry data); argument
38 * Extracts the key entry from an entity Object.
42 * @param key is the destination entry buffer.
44 void objectToKey(Object object, DatabaseEntry key); argument
/macosx-10.9.5/BerkeleyDB-21/db/perl/BerkeleyDB/t/
H A Ddb-4.4.t39 my $key;
49 for my $key (sort keys %hash)
51 diag "[$key][$hash{$key}]\n";
/macosx-10.9.5/Heimdal-323.92.1/lib/hcrypto/
H A Dtest_pkcs12.c53 void *key; member in struct:tests
108 void *key; local
111 key = malloc(t->keylen);
118 key, t->md()))
124 if (memcmp(t->key, key, t->keylen) != 0) {
125 printf("incorrect key\n");
126 free(key);
129 free(key);
/macosx-10.9.5/Heimdal-323.92.1/lib/hx509/
H A Dtest_req.in53 --key=FILE:$srcdir/data/key.der \
62 --key=FILE:$srcdir/data/key.der \
/macosx-10.9.5/Heimdal-323.92.1/lib/krb5/
H A Dsalt-aes.c44 krb5_keyblock *key)
65 ALLOC(kd.key, 1);
66 if(kd.key == NULL) {
70 kd.key->keytype = enctype;
71 ret = krb5_data_alloc(&kd.key->keyvalue, et->keytype->size);
80 et->keytype->size, kd.key->keyvalue.data);
90 ret = krb5_copy_keyblock_contents(context, kd.key, key);
39 AES_string_to_key(krb5_context context, krb5_enctype enctype, krb5_data password, krb5_salt salt, krb5_data opaque, krb5_keyblock *key) argument
/macosx-10.9.5/IOKitUser-907.100.13/hidsystem.subproj/
H A DHIDParamTest.c77 event.key.repeat = FALSE;
78 event.key.keyCode = 0;
79 event.key.charSet = NX_ASCIISET;
80 event.key.charCode = c;
81 event.key.origCharSet = event.key.charSet;
82 event.key.origCharCode = event.key.charCode;
/macosx-10.9.5/Security-55471.14.18/include/security_cryptkit/
H A DfeePublicKeyPrivate.h33 key feePubKeyPlusCurve(feePubKey pubKey);
34 key feePubKeyMinusCurve(feePubKey pubKey);
/macosx-10.9.5/Security-55471.14.18/libsecurity_apple_csp/lib/
H A DrijndaelApi.h48 /* The structure for key information */
50 word32 keyLen; /* Length of the key in bits */
57 keyInstance *key,
67 keyInstance *key,
71 keyInstance *key,
77 * Optimized routines for 128 bit block and 128 bit key.
80 keyInstance *key,
84 keyInstance *key,
94 keyInstance *key,
98 keyInstance *key,
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_cryptkit/lib/
H A DfeePublicKeyPrivate.h33 key feePubKeyPlusCurve(feePubKey pubKey);
34 key feePubKeyMinusCurve(feePubKey pubKey);
/macosx-10.9.5/WebCore-7537.78.1/html/
H A DFormDataList.h51 void appendData(const String& key, const String& value) argument
53 appendString(key);
56 void appendData(const String& key, const CString& value) argument
58 appendString(key);
61 void appendData(const String& key, int value) argument
63 appendString(key);
66 void appendBlob(const String& key, PassRefPtr<Blob> blob, const String& filename = String()) argument
68 appendString(key);
/macosx-10.9.5/WebCore-7537.78.1/storage/
H A DStorage.idl34 [NotEnumerable, TreatReturnedNullStringAs=Null, RaisesException] DOMString key(unsigned long index);
35 [NotEnumerable, TreatReturnedNullStringAs=Null, RaisesException] getter DOMString getItem(DOMString key);
36 [NotEnumerable, RaisesException] void setItem(DOMString key, DOMString data);
37 [NotEnumerable, RaisesException] void removeItem(DOMString key);
/macosx-10.9.5/apache-786.1/httpd/include/
H A Dap_regkey.h58 * Win32 Only: Open the specified registry key.
59 * @param newkey The opened registry key
60 * @param parentkey The open registry key of the parent, or one of
70 * @param keyname The path of the key relative to the parent key
73 * APR_READ open key for reading
74 * APR_WRITE open key for writing
75 * APR_CREATE create the key if it doesn't exist
76 * APR_EXCL return error if APR_CREATE and key exists
87 * Win32 Only: Close the registry key opene
90 AP_DECLARE(apr_status_t) ap_regkey_close(ap_regkey_t *key); variable
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/Support/
H A DThreadLocal.cpp54 pthread_key_t* key = reinterpret_cast<pthread_key_t*>(&data);
55 int errorcode = pthread_key_create(key, NULL);
61 pthread_key_t* key = reinterpret_cast<pthread_key_t*>(&data);
62 int errorcode = pthread_key_delete(*key);
68 pthread_key_t* key = reinterpret_cast<pthread_key_t*>(&data);
69 int errorcode = pthread_setspecific(*key, d);
75 pthread_key_t* key = reinterpret_cast<pthread_key_t*>(&data);
76 return pthread_getspecific(*key);
/macosx-10.9.5/remote_cmds-41.90.1/revnetgroup.tproj/
H A Dhash.h43 char *key; member in struct:member_entry
51 char *key; member in struct:group_entry
/macosx-10.9.5/ruby-104/ruby/test/openssl/
H A Dtest_pkey_ec.rb17 key = OpenSSL::PKey::EC.new(group)
18 key.generate_key
21 @keys << key
35 key = @keys[idx]
36 assert_equal(group.curve_name, key.group.curve_name)
41 for key in @keys
42 assert_equal(key.check_key, true)
43 assert_equal(key.private_key?, true)
44 assert_equal(key.public_key?, true)
66 for key i
[all...]
/macosx-10.9.5/xar-202/xar/lib/
H A Dea.h10 int32_t xar_ea_pset(xar_file_t f, xar_ea_t e, const char *key, const char *value);
11 int32_t xar_ea_pget(xar_ea_t e, const char *key, const char **value);
/macosx-10.9.5/WebCore-7537.78.1/Modules/indexeddb/
H A DIDBIndex.idl38 [CallWith=ScriptExecutionContext, RaisesException] IDBRequest openCursor(any key, optional DOMString direction);
41 [CallWith=ScriptExecutionContext, RaisesException] IDBRequest openKeyCursor(any key, optional DOMString direction);
43 [CallWith=ScriptExecutionContext, RaisesException] IDBRequest get(IDBKeyRange? key);
44 [CallWith=ScriptExecutionContext, RaisesException] IDBRequest get(any key);
45 [CallWith=ScriptExecutionContext, RaisesException] IDBRequest getKey(IDBKeyRange? key);
46 [CallWith=ScriptExecutionContext, RaisesException] IDBRequest getKey(any key);
48 [CallWith=ScriptExecutionContext, RaisesException] IDBRequest count(any key);
/macosx-10.9.5/bind9-45.100/bind9/lib/isc/
H A Dhmacmd5.c38 isc_hmacmd5_init(isc_hmacmd5_t *ctx, const unsigned char *key, argument
41 HMAC_Init(ctx, (const void *) key, (int) len, EVP_md5());
69 * Start HMAC-MD5 process. Initialize an md5 context and digest the key.
72 isc_hmacmd5_init(isc_hmacmd5_t *ctx, const unsigned char *key, argument
78 memset(ctx->key, 0, sizeof(ctx->key));
79 if (len > sizeof(ctx->key)) {
82 isc_md5_update(&md5ctx, key, len);
83 isc_md5_final(&md5ctx, ctx->key);
85 memcpy(ctx->key, ke
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/docs_src/ref/am/
H A Djoin.cs24 DBT key, data;
29 memset(&key, 0, sizeof(key));
35 key.data = "smith";
36 key.size = sizeof("smith");
38 name_curs-__GT__c_get(name_curs, &key, &data, DB_SET)) != 0)
43 key.data = "manager";
44 key.size = sizeof("manager");
46 job_curs-__GT__c_get(job_curs, &key, &data, DB_SET)) != 0)
57 join_curs-__GT__c_get(join_curs, &key,
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/mod_db4/
H A Dmm_hash.c40 mm_free(table->mm, cur->key);
49 static unsigned int hash_hash(const char *key, int length) argument
54 hash = hash * 65599 + *key++;
59 void *mm_hash_find(MM_Hash *table, const void *key, int length) argument
62 unsigned int hash = hash_hash((const char *)key, length) % MM_HASH_SIZE;
67 if (memcmp(key, b->key, length)) continue;
75 void mm_hash_update(MM_Hash *table, char *key, int length, void *data) argument
80 hash = hash_hash(key, length) % MM_HASH_SIZE;
85 if (memcmp(key,
103 mm_hash_delete(MM_Hash *table, char *key, int length) argument
[all...]
/macosx-10.9.5/Security-55471.14.18/sec/Security/
H A DSecECKey.c25 * SecECKey.c - CoreFoundation based rsa key object
53 static CFIndex SecECKeyGetAlgorithmID(SecKeyRef key) { argument
64 /* Public key static functions. */
65 static void SecECPublicKeyDestroy(SecKeyRef key) { argument
66 /* Zero out the public key */
68 pubkey.pub = key->key;
117 static OSStatus SecECPublicKeyInit(SecKeyRef key, argument
120 pubkey.pub = key->key;
167 SecECPublicKeyRawVerify(SecKeyRef key, SecPadding padding, const uint8_t *signedData, size_t signedDataLen, const uint8_t *sig, size_t sigLen) argument
183 SecECPublicKeyRawEncrypt(SecKeyRef key, SecPadding padding, const uint8_t *plainText, size_t plainTextLen, uint8_t *cipherText, size_t *cipherTextLen) argument
199 SecECPublicKeyBlockSize(SecKeyRef key) argument
219 SecECPublicKeyCopyPublicOctets(SecKeyRef key, CFDataRef *serailziation) argument
233 SecECPublicKeyCopyAttributeDictionary(SecKeyRef key) argument
237 SecECPublicKeyCopyKeyDescription(SecKeyRef key) argument
341 SecECPrivateKeyDestroy(SecKeyRef key) argument
350 SecECPrivateKeyInit(SecKeyRef key, const uint8_t *keyData, CFIndex keyDataLength, SecKeyEncoding encoding) argument
432 SecECPrivateKeyRawSign(SecKeyRef key, SecPadding padding, const uint8_t *dataToSign, size_t dataToSignLen, uint8_t *sig, size_t *sigLen) argument
466 SecECPrivateKeyRawDecrypt(SecKeyRef key, SecPadding padding, const uint8_t *cipherText, size_t cipherTextLen, uint8_t *plainText, size_t *plainTextLen) argument
481 SecECPrivateKeyBlockSize(SecKeyRef key) argument
488 SecECPrivateKeyCopyPublicOctets(SecKeyRef key, CFDataRef *serailziation) argument
519 SecECPrivateKeyCopyAttributeDictionary(SecKeyRef key) argument
538 SecECPrivateKeyCopyKeyDescription(SecKeyRef key) argument
633 SecECKeyGetNamedCurve(SecKeyRef key) argument
657 SecECKeyCopyPublicBits(SecKeyRef key) argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/win/
H A DLocalizedStringsWin.cpp44 String localizedString(const char* key) argument
51 RetainPtr<CFStringRef> keyString = adoptCF(CFStringCreateWithCStringNoCopy(NULL, key, kCFStringEncodingUTF8, kCFAllocatorNull));
53 ASSERT_WITH_MESSAGE(result.get() != notFound, "could not find localizable string %s in bundle", key);
58 return String::fromUTF8(key, strlen(key));

Completed in 311 milliseconds

1234567891011>>