Searched refs:key (Results 26 - 50 of 536) sorted by relevance

1234567891011>>

/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/rc5/
H A Drc5s.cpp39 RC5_32_KEY key; local
45 RC5_32_set_key(&key, 16,d,12);
51 RC5_32_encrypt(&data[0],&key);
53 RC5_32_encrypt(&data[0],&key);
54 RC5_32_encrypt(&data[0],&key);
55 RC5_32_encrypt(&data[0],&key);
58 RC5_32_encrypt(&data[0],&key);
59 RC5_32_encrypt(&data[0],&key);
60 RC5_32_encrypt(&data[0],&key);
61 RC5_32_encrypt(&data[0],&key);
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/src/
H A Dlnsrv.c67 nsrv_aport_register(key,name,signature,port)
68 nsrv_name_t key;
77 nsrv_aport_deregister(key,name,signature)
78 nsrv_name_t key;
86 nsrv_aport_look_up(key,name,port)
87 nsrv_name_t key;
95 nsrv_bport_register(key,name,signature,port)
96 nsrv_name_t key;
105 nsrv_bport_deregister(key,name,signature)
106 nsrv_name_t key;
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/Pds/src/
H A Dlnsrv.c55 nsrv_aport_register(key,name,signature,port)
56 nsrv_name_t key;
65 nsrv_aport_deregister(key,name,signature)
66 nsrv_name_t key;
74 nsrv_aport_look_up(key,name,port)
75 nsrv_name_t key;
83 nsrv_bport_register(key,name,signature,port)
84 nsrv_name_t key;
93 nsrv_bport_deregister(key,name,signature)
94 nsrv_name_t key;
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/bf/
H A Dbfs.cpp39 BF_KEY key; local
48 BF_encrypt(&data[0],&key);
50 BF_encrypt(&data[0],&key);
51 BF_encrypt(&data[0],&key);
52 BF_encrypt(&data[0],&key);
55 BF_encrypt(&data[0],&key);
56 BF_encrypt(&data[0],&key);
57 BF_encrypt(&data[0],&key);
58 BF_encrypt(&data[0],&key);
60 BF_encrypt(&data[0],&key);
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/camellia/
H A Dcamellia.h92 CAMELLIA_KEY *key);
95 const CAMELLIA_KEY *key);
97 const CAMELLIA_KEY *key);
100 const CAMELLIA_KEY *key, const int enc);
102 size_t length, const CAMELLIA_KEY *key,
105 size_t length, const CAMELLIA_KEY *key,
108 size_t length, const CAMELLIA_KEY *key,
111 size_t length, const CAMELLIA_KEY *key,
114 size_t length, const CAMELLIA_KEY *key,
117 size_t length, const CAMELLIA_KEY *key,
[all...]
H A Dcmll_cfb.c118 size_t length, const CAMELLIA_KEY *key,
122 CRYPTO_cfb128_encrypt(in,out,length,key,ivec,num,enc,(block128_f)Camellia_encrypt);
127 size_t length, const CAMELLIA_KEY *key,
130 CRYPTO_cfb128_1_encrypt(in,out,length,key,ivec,num,enc,(block128_f)Camellia_encrypt);
134 size_t length, const CAMELLIA_KEY *key,
137 CRYPTO_cfb128_8_encrypt(in,out,length,key,ivec,num,enc,(block128_f)Camellia_encrypt);
117 Camellia_cfb128_encrypt(const unsigned char *in, unsigned char *out, size_t length, const CAMELLIA_KEY *key, unsigned char *ivec, int *num, const int enc) argument
126 Camellia_cfb1_encrypt(const unsigned char *in, unsigned char *out, size_t length, const CAMELLIA_KEY *key, unsigned char *ivec, int *num, const int enc) argument
133 Camellia_cfb8_encrypt(const unsigned char *in, unsigned char *out, size_t length, const CAMELLIA_KEY *key, unsigned char *ivec, int *num, const int enc) argument
H A Dcmll_ctr.c56 size_t length, const CAMELLIA_KEY *key,
62 CRYPTO_ctr128_encrypt(in,out,length,key,ivec,ecount_buf,num,(block128_f)Camellia_encrypt);
55 Camellia_ctr128_encrypt(const unsigned char *in, unsigned char *out, size_t length, const CAMELLIA_KEY *key, unsigned char ivec[CAMELLIA_BLOCK_SIZE], unsigned char ecount_buf[CAMELLIA_BLOCK_SIZE], unsigned int *num) argument
H A Dcmll_ofb.c116 size_t length, const CAMELLIA_KEY *key,
118 CRYPTO_ofb128_encrypt(in,out,length,key,ivec,num,(block128_f)Camellia_encrypt);
115 Camellia_ofb128_encrypt(const unsigned char *in, unsigned char *out, size_t length, const CAMELLIA_KEY *key, unsigned char *ivec, int *num) argument
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/des/
H A Ddess.cpp39 des_key_schedule key; local
48 des_encrypt1(&data[0],key,1);
50 des_encrypt1(&data[0],key,1);
51 des_encrypt1(&data[0],key,1);
52 des_encrypt1(&data[0],key,1);
55 des_encrypt1(&data[0],key,1);
56 des_encrypt1(&data[0],key,1);
57 des_encrypt1(&data[0],key,1);
58 des_encrypt1(&data[0],key,1);
60 des_encrypt1(&data[0],key,
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/times/x86/
H A Dbfs.cpp39 BF_KEY key; local
48 BF_encrypt(&data[0],&key);
50 BF_encrypt(&data[0],&key);
51 BF_encrypt(&data[0],&key);
52 BF_encrypt(&data[0],&key);
55 BF_encrypt(&data[0],&key);
56 BF_encrypt(&data[0],&key);
57 BF_encrypt(&data[0],&key);
58 BF_encrypt(&data[0],&key);
60 BF_encrypt(&data[0],&key);
[all...]
H A Dcasts.cpp39 CAST_KEY key; local
48 CAST_encrypt(&data[0],&key);
50 CAST_encrypt(&data[0],&key);
51 CAST_encrypt(&data[0],&key);
52 CAST_encrypt(&data[0],&key);
55 CAST_encrypt(&data[0],&key);
56 CAST_encrypt(&data[0],&key);
57 CAST_encrypt(&data[0],&key);
58 CAST_encrypt(&data[0],&key);
60 CAST_encrypt(&data[0],&key);
[all...]
H A Ddess.cpp39 des_key_schedule key; local
48 des_encrypt(&data[0],key,1);
50 des_encrypt(&data[0],key,1);
51 des_encrypt(&data[0],key,1);
52 des_encrypt(&data[0],key,1);
55 des_encrypt(&data[0],key,1);
56 des_encrypt(&data[0],key,1);
57 des_encrypt(&data[0],key,1);
58 des_encrypt(&data[0],key,1);
60 des_encrypt(&data[0],key,
[all...]
/barrelfish-2018-10-04/include/openssl/
H A Dcamellia.h92 CAMELLIA_KEY *key);
95 const CAMELLIA_KEY *key);
97 const CAMELLIA_KEY *key);
100 const CAMELLIA_KEY *key, const int enc);
102 size_t length, const CAMELLIA_KEY *key,
105 size_t length, const CAMELLIA_KEY *key,
108 size_t length, const CAMELLIA_KEY *key,
111 size_t length, const CAMELLIA_KEY *key,
114 size_t length, const CAMELLIA_KEY *key,
117 size_t length, const CAMELLIA_KEY *key,
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/aes/
H A Daes_cfb.c61 size_t length, const AES_KEY *key,
64 CRYPTO_cfb128_encrypt(in,out,length,key,ivec,num,enc,(block128_f)AES_encrypt);
69 size_t length, const AES_KEY *key,
72 CRYPTO_cfb128_1_encrypt(in,out,length,key,ivec,num,enc,(block128_f)AES_encrypt);
76 size_t length, const AES_KEY *key,
79 CRYPTO_cfb128_8_encrypt(in,out,length,key,ivec,num,enc,(block128_f)AES_encrypt);
60 AES_cfb128_encrypt(const unsigned char *in, unsigned char *out, size_t length, const AES_KEY *key, unsigned char *ivec, int *num, const int enc) argument
68 AES_cfb1_encrypt(const unsigned char *in, unsigned char *out, size_t length, const AES_KEY *key, unsigned char *ivec, int *num, const int enc) argument
75 AES_cfb8_encrypt(const unsigned char *in, unsigned char *out, size_t length, const AES_KEY *key, unsigned char *ivec, int *num, const int enc) argument
H A Daes_ctr.c56 size_t length, const AES_KEY *key,
60 CRYPTO_ctr128_encrypt(in,out,length,key,ivec,ecount_buf,num,(block128_f)AES_encrypt);
55 AES_ctr128_encrypt(const unsigned char *in, unsigned char *out, size_t length, const AES_KEY *key, unsigned char ivec[AES_BLOCK_SIZE], unsigned char ecount_buf[AES_BLOCK_SIZE], unsigned int *num) argument
H A Daes_ofb.c56 size_t length, const AES_KEY *key,
59 CRYPTO_ofb128_encrypt(in,out,length,key,ivec,num,(block128_f)AES_encrypt);
55 AES_ofb128_encrypt(const unsigned char *in, unsigned char *out, size_t length, const AES_KEY *key, unsigned char *ivec, int *num) argument
/barrelfish-2018-10-04/include/collections/
H A Dhash_table.h48 uint64_t key; member in struct:_collections_hash_elem
66 void collections_hash_insert(collections_hash_table *t, uint64_t key, void *data);
67 void* collections_hash_find(collections_hash_table *t, uint64_t key);
68 void collections_hash_delete(collections_hash_table *t, uint64_t key);
71 void* collections_hash_traverse_next(collections_hash_table* t, uint64_t *key);
77 typedef int (*collections_hash_visitor_func)(uint64_t key, void *data, void *arg);
/barrelfish-2018-10-04/lib/vfs/
H A Dvfs_cache.h20 // - FS_CACHE_NOTPRESENT: There is no item with the given key in the cache.
21 errval_t fs_cache_acquire(struct fs_cache *cache, uint32_t key, void **item);
24 // fs_cache_release. Calling put multiple times with the same (key, item) pair
27 // - FS_CACHE_CONFLICT: An item with same key but different data pointer is
31 errval_t fs_cache_put(struct fs_cache *cache, uint32_t key, void *item);
36 // - FS_CACHE_NOTPRESENT: There is no item with the given key in the cache.
37 errval_t fs_cache_release(struct fs_cache *cache, uint32_t key);
/barrelfish-2018-10-04/lib/phoenix/
H A Dstruct.h38 /* A key and an array of values associated with it. */
42 void *key; member in struct:__anon1384
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/rsa/
H A Drsa_chk.c56 int RSA_check_key(const RSA *key) argument
78 r = BN_is_prime_ex(key->p, BN_prime_checks, NULL, NULL);
88 r = BN_is_prime_ex(key->q, BN_prime_checks, NULL, NULL);
98 r = BN_mul(i, key->p, key->q, ctx);
101 if (BN_cmp(i, key->n) != 0)
109 r = BN_sub(i, key->p, BN_value_one());
111 r = BN_sub(j, key->q, BN_value_one());
122 r = BN_mod_mul(i, key->d, key
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/camellia/asm/
H A Dcmll-x86.pl24 # 128-bit key setup 196 280 256 240 cycles/key
49 $key="edi";
59 $__end=&DWP(20,"esp"); # pointer to end/start of key schedule
62 # above by 4 and overlaps by pointer to end/start of key schedule
84 &xor ($t0,$idx); # t0^=key[0]
85 &xor ($t1,&DWP($seed+$i*$scale+4,$key)); # t1^=key[1]
109 &mov ($idx,&DWP($seed+($i+1)*$scale,$key)); # prefetch key[
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/des/t/
H A Dtest7 $key='00000000';
8 $ks=DES::set_key($key);
14 $key=DES::random_key();
16 @a=split(//,$key);
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/evp/
H A Dp_open.c73 unsigned char *key=NULL; local
90 key=(unsigned char *)OPENSSL_malloc(size+2);
91 if (key == NULL)
98 i=EVP_PKEY_decrypt_old(key,ek,ekl,priv);
104 if(!EVP_DecryptInit_ex(ctx,NULL,NULL,key,iv)) goto err;
108 if (key != NULL) OPENSSL_cleanse(key,size);
109 OPENSSL_free(key);
/barrelfish-2018-10-04/include/lwip2/netif/ppp/polarssl/
H A Ddes.h60 * \brief DES key schedule (56-bit, encryption)
63 * \param key 8-byte secret key
65 void des_setkey_enc( des_context *ctx, unsigned char key[8] );
68 * \brief DES key schedule (56-bit, decryption)
71 * \param key 8-byte secret key
73 void des_setkey_dec( des_context *ctx, unsigned char key[8] );
/barrelfish-2018-10-04/lib/concurrent/
H A Dlinked_list.c20 struct ll_element *tail, struct ll_element **left_node, void* key)
25 assert(key != NULL);
50 if (is_marked_reference((uintptr_t) next) || (current->key < key
89 bool ll_contains(struct ll_element *head, struct ll_element *tail, void* key) argument
92 struct ll_element *node = search(head, tail, &prev, key);
93 return node != tail && node->key == key;
99 (**head).key = NULL;
101 (**tail).key
19 search(struct ll_element *head, struct ll_element *tail, struct ll_element **left_node, void* key) argument
132 ll_delete(struct ll_element *head, struct ll_element *tail, void* key) argument
[all...]

Completed in 110 milliseconds

1234567891011>>