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

  /src/crypto/external/apache2/openssl/dist/test/
ml_kem_evp_extra_test.c 100 EVP_PKEY *akey, *bkey = NULL; local
109 akey = EVP_PKEY_Q_keygen(testctx, NULL, "ML-KEM-768");
110 if (!TEST_ptr(akey))
114 publen = EVP_PKEY_get1_encoded_public_key(akey, &rawpub);
123 if (!TEST_int_gt(EVP_PKEY_copy_parameters(bkey, akey), 0))
127 if (!TEST_false(EVP_PKEY_eq(akey, bkey))
128 || !TEST_false(EVP_PKEY_eq(bkey, akey)))
135 if (!TEST_true(EVP_PKEY_eq(akey, bkey))
136 || !TEST_true(EVP_PKEY_eq(bkey, akey)))
168 ctx = EVP_PKEY_CTX_new_from_pkey(testctx, akey, NULL)
238 EVP_PKEY *akey = NULL, *bkey = NULL; local
    [all...]
  /src/external/mpl/bind/dist/bin/tests/system/checkconf/
good-key-view.conf 15 key akey {
24 1.2.3.4 key "akey";
  /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/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/external/bsd/unbound/dist/services/cache/
dns.c 333 struct ub_packed_rrset_key* akey; local
335 akey = rrset_cache_lookup(env->rrset_cache, ns->name,
337 if(akey) {
338 if(!delegpt_add_rrset_A(dp, region, akey, 0, NULL)) {
339 lock_rw_unlock(&akey->entry.lock);
343 addr_to_additional(akey, region, *msg, now);
344 lock_rw_unlock(&akey->entry.lock);
355 akey = rrset_cache_lookup(env->rrset_cache, ns->name,
357 if(akey) {
358 if(!delegpt_add_rrset_AAAA(dp, region, akey, 0, NULL))
393 struct ub_packed_rrset_key* akey; local
    [all...]
  /src/crypto/external/bsd/heimdal/dist/lib/hcrypto/
destest.c 223 s2k(char *password, const char *salt, char akey[8])
232 if (memcmp(akey, &k, 8) != 0)
238 weak_test(int is_weak, const char akey[8])
241 memcpy(&key, akey, sizeof(key));
  /src/external/bsd/unbound/dist/iterator/
iter_utils.c 1308 struct ub_packed_rrset_key* akey; local
1309 akey = rrset_cache_lookup(env->rrset_cache, dp->name,
1312 if(akey) {
1313 log_rrset_key(VERB_ALGO, "found parent-side NS in cache", akey);
1316 if(!delegpt_rrset_add_ns(dp, region, akey, 1)) {
1317 lock_rw_unlock(&akey->entry.lock);
1320 lock_rw_unlock(&akey->entry.lock);
1328 struct ub_packed_rrset_key* akey; local
1336 akey = rrset_cache_lookup(env->rrset_cache, ns->name,
1339 if(akey) {
    [all...]
  /src/external/ibm-public/postfix/dist/src/tls/
tls_dane.sh 144 gennocn akey acert
216 rm -f acert.pem akey.pem \
  /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/external/bsd/ipf/netinet/
radix_ipf.c 248 u_32_t *akey; local
264 akey = (u_32_t *)addr;
266 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/ipf/dist/
radix_ipf.c 260 u_32_t *akey; local
276 akey = (u_32_t *)addr;
278 akey[found->offset])
  /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
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
expression.d 3121 foreach (j, akey; *ae.keys)
3123 if (key.equals(akey))

Completed in 44 milliseconds