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

  /src/external/mpl/bind/dist/bin/tests/system/nsec3/
common.py 42 ALGORITHM = os.environ["DEFAULT_ALGORITHM_NUMBER"]
  /src/external/bsd/nsd/dist/simdzone/src/generic/
algorithm.h 2 * algorithm.h -- Algorithm RDATA parser
14 typedef struct algorithm algorithm_t;
15 struct algorithm { struct
25 #define ALGORITHM(name, value) \
30 ALGORITHM("RSAMD5", 1),
31 ALGORITHM("DH", 2),
32 ALGORITHM("DSA", 3),
33 ALGORITHM("ECC", 4),
34 ALGORITHM("RSASHA1", 5)
51 const algorithm_t *algorithm; member in struct:__anon7321
    [all...]
  /src/external/mpl/bind/dist/bin/tests/system/multisigner/
tests_multisigner.py 49 ALGORITHM = os.environ["DEFAULT_ALGORITHM_NUMBER"]
509 f"ksk 0 {ALGORITHM} {SIZE} goal:omnipresent dnskey:omnipresent krrsig:omnipresent ds:omnipresent",
510 f"zsk 0 {ALGORITHM} {SIZE} goal:omnipresent dnskey:omnipresent zrrsig:omnipresent",
533 newprops = [f"zsk unlimited {ALGORITHM} {SIZE}"]
548 newprops = [f"ksk unlimited {ALGORITHM} {SIZE}"]
580 f"ksk 0 {ALGORITHM} {SIZE} goal:omnipresent dnskey:omnipresent krrsig:omnipresent ds:omnipresent",
581 f"zsk 0 {ALGORITHM} {SIZE} goal:omnipresent dnskey:omnipresent zrrsig:omnipresent",
604 newprops = [f"zsk unlimited {ALGORITHM} {SIZE}"]
621 newprops = [f"ksk unlimited {ALGORITHM} {SIZE}"]
  /src/crypto/external/apache2/openssl/dist/crypto/property/
property.c 63 } ALGORITHM;
67 SPARSE_ARRAY_OF(ALGORITHM) * algs;
98 DEFINE_SPARSE_ARRAY_OF(ALGORITHM);
100 DEFINE_STACK_OF(ALGORITHM)
110 ALGORITHM *alg);
219 static void impl_cache_flush_alg(ossl_uintmax_t idx, ALGORITHM *alg)
225 static void alg_cleanup(ossl_uintmax_t idx, ALGORITHM *a, void *arg)
282 static ALGORITHM *ossl_method_store_retrieve(OSSL_METHOD_STORE *store, int nid)
287 static int ossl_method_store_insert(OSSL_METHOD_STORE *store, ALGORITHM *alg)
322 ALGORITHM *alg = NULL
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/property/
property.c 61 } ALGORITHM;
65 SPARSE_ARRAY_OF(ALGORITHM) *algs;
96 DEFINE_SPARSE_ARRAY_OF(ALGORITHM);
98 DEFINE_STACK_OF(ALGORITHM)
108 ALGORITHM *alg);
226 static void impl_cache_flush_alg(ossl_uintmax_t idx, ALGORITHM *alg)
232 static void alg_cleanup(ossl_uintmax_t idx, ALGORITHM *a, void *arg)
289 static ALGORITHM *ossl_method_store_retrieve(OSSL_METHOD_STORE *store, int nid)
294 static int ossl_method_store_insert(OSSL_METHOD_STORE *store, ALGORITHM *alg)
304 ALGORITHM *alg = NULL
    [all...]
  /src/crypto/external/bsd/openssl/dist/test/
tls-provider.c 32 * Top secret. This algorithm only works if no one knows what this number is.
35 * This algorithm is for testing only - don't really use it!
68 * Dummy "XOR" Key Exchange algorithm. We just xor the private and public keys
131 #define ALGORITHM "XOR"
139 OSSL_PARAM_utf8_string(OSSL_CAPABILITY_TLS_GROUP_ALG, ALGORITHM,
140 sizeof(ALGORITHM)),
158 OSSL_PARAM_utf8_string(OSSL_CAPABILITY_TLS_GROUP_ALG, ALGORITHM,
159 sizeof(ALGORITHM)),
226 * Dummy "XOR" Key Exchange algorithm. We just xor the private and public keys
458 /* Key Management for the dummy XOR key exchange algorithm */
    [all...]
  /src/crypto/external/apache2/openssl/dist/test/
tls-provider.c 63 * Top secret. This algorithm only works if no one knows what this number is.
66 * This algorithm is for testing only - don't really use it!
101 * Dummy "XOR" Key Exchange algorithm. We just xor the private and public keys
236 #define ALGORITHM "XOR"
244 OSSL_PARAM_utf8_string(OSSL_CAPABILITY_TLS_GROUP_ALG, ALGORITHM,
245 sizeof(ALGORITHM)),
263 OSSL_PARAM_utf8_string(OSSL_CAPABILITY_TLS_GROUP_ALG, ALGORITHM,
264 sizeof(ALGORITHM)),
452 * Dummy "XOR" Key Exchange and signature algorithm. We just xor the
684 /* Key Management for the dummy XOR key exchange algorithm */
    [all...]
  /src/external/mpl/dhcp/dist/includes/
dhctoken.h 260 ALGORITHM = 459,
  /src/external/mpl/dhcp/dist/keama/
dhctoken.h 264 ALGORITHM = 459,

Completed in 31 milliseconds