HomeSort by: relevance | last modified time | path
    Searched defs:akey (Results 1 - 12 of 12) sorted by relevancy

  /src/crypto/external/bsd/heimdal/dist/lib/hdb/
common.c 225 krb5_data akey; local
227 code = hdb_principal2key(context, &aliases->aliases.val[i], &akey);
229 code = db->hdb__del(context, db, akey);
230 krb5_data_free(&akey);
289 krb5_data akey, value; local
291 code = hdb_principal2key(context, &aliases->aliases.val[i], &akey);
293 code = db->hdb__get(context, db, akey, &value);
294 krb5_data_free(&akey);
  /src/crypto/external/apache2/openssl/dist/test/
ml_kem_evp_extra_test.c 99 EVP_PKEY *akey, *bkey = NULL; local
108 akey = EVP_PKEY_Q_keygen(testctx, NULL, "ML-KEM-768");
109 if (!TEST_ptr(akey))
113 publen = EVP_PKEY_get1_encoded_public_key(akey, &rawpub);
122 if (!TEST_int_gt(EVP_PKEY_copy_parameters(bkey, akey), 0))
126 if (!TEST_false(EVP_PKEY_eq(akey, bkey))
127 || !TEST_false(EVP_PKEY_eq(bkey, akey)))
134 if (!TEST_true(EVP_PKEY_eq(akey, bkey))
135 || !TEST_true(EVP_PKEY_eq(bkey, akey)))
167 ctx = EVP_PKEY_CTX_new_from_pkey(testctx, akey, NULL)
237 EVP_PKEY *akey = NULL, *bkey = NULL; local
    [all...]
  /src/external/bsd/unbound/dist/services/cache/
dns.c 313 struct ub_packed_rrset_key* akey; local
315 akey = rrset_cache_lookup(env->rrset_cache, ns->name,
317 if(akey) {
318 if(!delegpt_add_rrset_A(dp, region, akey, 0, NULL)) {
319 lock_rw_unlock(&akey->entry.lock);
323 addr_to_additional(akey, region, *msg, now);
324 lock_rw_unlock(&akey->entry.lock);
335 akey = rrset_cache_lookup(env->rrset_cache, ns->name,
337 if(akey) {
338 if(!delegpt_add_rrset_AAAA(dp, region, akey, 0, NULL))
373 struct ub_packed_rrset_key* akey; local
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/crypto/ec/
ecx_meth.c 164 const ECX_KEY *akey = a->pkey.ecx; local
167 if (akey == NULL || bkey == NULL)
170 return CRYPTO_memcmp(akey->pubkey, bkey->pubkey, KEYLEN(a)) == 0;
  /src/sys/dev/ic/
an.c 168 struct an_rid_wepkey *akey; local
232 akey = &sc->sc_buf.sc_wepkey;
235 while (an_read_rid(sc, rid, akey, &buflen) == 0) {
236 kid = le16toh(akey->an_key_index);
239 rid, buflen, sizeof(*akey), kid,
240 akey->an_mac_addr[0], le16toh(akey->an_key_len)));
242 sc->sc_tx_perskey = akey->an_mac_addr[0];
248 sc->sc_perskeylen[kid] = le16toh(akey->an_key_len);
1313 struct an_rid_wepkey *akey; local
    [all...]
  /src/sys/external/bsd/ipf/netinet/
radix_ipf.c 248 u_32_t *akey; local
264 akey = (u_32_t *)addr;
266 akey[found->offset])
  /src/external/bsd/ipf/dist/
radix_ipf.c 260 u_32_t *akey; local
276 akey = (u_32_t *)addr;
278 akey[found->offset])
  /src/crypto/external/apache2/openssl/dist/crypto/ec/
ecx_meth.c 75 const ECX_KEY *akey = a->pkey.ecx; local
78 if (akey == NULL || bkey == NULL)
81 return CRYPTO_memcmp(akey->pubkey, bkey->pubkey, KEYLEN(a)) == 0;
  /src/crypto/external/bsd/openssl/dist/crypto/ec/
ecx_meth.c 77 const ECX_KEY *akey = a->pkey.ecx; local
80 if (akey == NULL || bkey == NULL)
83 return CRYPTO_memcmp(akey->pubkey, bkey->pubkey, KEYLEN(a)) == 0;
  /src/external/bsd/unbound/dist/iterator/
iter_utils.c 1271 struct ub_packed_rrset_key* akey; local
1272 akey = rrset_cache_lookup(env->rrset_cache, dp->name,
1275 if(akey) {
1276 log_rrset_key(VERB_ALGO, "found parent-side NS in cache", akey);
1279 if(!delegpt_rrset_add_ns(dp, region, akey, 1)) {
1280 lock_rw_unlock(&akey->entry.lock);
1283 lock_rw_unlock(&akey->entry.lock);
1291 struct ub_packed_rrset_key* akey; local
1299 akey = rrset_cache_lookup(env->rrset_cache, ns->name,
1302 if(akey) {
    [all...]
  /src/external/gpl3/gcc/dist/gcc/objc/
objc-act.cc 8593 tree akey;
8595 for (akey = TREE_CHAIN (METHOD_ADD_ARGS (method));
8596 akey; akey = TREE_CHAIN (akey))
8598 objc_push_parm (TREE_VALUE (akey));
8589 tree akey; local
  /src/external/gpl3/gcc.old/dist/gcc/objc/
objc-act.cc 8595 tree akey;
8597 for (akey = TREE_CHAIN (METHOD_ADD_ARGS (method));
8598 akey; akey = TREE_CHAIN (akey))
8600 objc_push_parm (TREE_VALUE (akey));
8591 tree akey; local

Completed in 60 milliseconds