| /src/external/bsd/ntp/dist/libntp/ |
| authusekey.c | 21 int keytype, 33 MD5auth_setkey(keyno, keytype, buf, len, NULL);
|
| authreadkeys.c | 94 u_short keytype; /* stored key type */ member in struct:keydata 145 int keytype; local 196 * Next is keytype. See if that is all right. 220 keytype = keytype_from_text(token, NULL); 221 if (keytype == 0) { 226 } else if (NID_cmac != keytype && 227 EVP_get_digestbynid(keytype) == NULL) { 231 keytype = 0; 243 keytype = 0; 245 keytype = KEY_TYPE_MD5 [all...] |
| authkeys.c | 753 int keytype, 762 DEBUG_ENSURE(keytype <= USHRT_MAX); 776 sk->type = (u_short)keytype; 804 allocsymkey(keyno, 0, (u_short)keytype, 0, 811 keytype, (int)secretsize);
|
| /src/external/bsd/ntp/dist/tests/libntp/ |
| a_md5encrypt.c | 21 const int keytype = NID_sha1; variable 84 length = MD5authencrypt(keytype, key, keyLength, 89 TEST_ASSERT_TRUE(MD5authdecrypt(keytype, key, keyLength, packetPtr, 103 TEST_ASSERT_TRUE(MD5authdecrypt(keytype, key, keyLength, 115 TEST_ASSERT_FALSE(MD5authdecrypt(keytype, key, keyLength,
|
| /src/external/gpl3/gdb/dist/gdb/python/lib/gdb/dap/ |
| typecheck.py | 34 (keytype, valuetype) = arg_types 36 _check_instance(k, keytype) and _check_instance(v, valuetype)
|
| /src/external/gpl3/gdb.old/dist/gdb/python/lib/gdb/dap/ |
| typecheck.py | 34 (keytype, valuetype) = arg_types 36 _check_instance(k, keytype) and _check_instance(v, valuetype)
|
| /src/usr.sbin/syslogd/ |
| sign.h | 179 char keytype; member in struct:sign_global_t
|
| sign.c | 119 assert(GlobalSign.keytype == 'C' || GlobalSign.keytype == 'K'); 156 * GlobalSign.keytype, GlobalSign.pubkey_b64, 205 GlobalSign.keytype = 'C'; 257 GlobalSign.keytype = 'K'; /* public/private keys used */ 530 GlobalSign.keytype, GlobalSign.pubkey_b64);
|
| /src/lib/libtelnet/ |
| kerberos5.c | 411 if (key_block->keytype == ETYPE_DES_CBC_MD5 || 412 key_block->keytype == ETYPE_DES_CBC_MD4 || 413 key_block->keytype == ETYPE_DES_CBC_CRC) {
|
| /src/external/bsd/libfido2/dist/fuzz/ |
| wrap.c | 396 (EVP_PKEY_CTX *ctx, int keytype, int optype, int cmd, int p1, void *p2), 398 (ctx, keytype, optype, cmd, p1, p2),
|
| /src/external/bsd/top/dist/ |
| hash.m4c | 308 dnl # HASH_TABLE_TMPL(suffix, keytype, to_hash, to_cmp, to_alloc, to_free) 311 dnl # of type "keytype". The function names all end with "suffix".
|
| /src/external/mpl/bind/dist/lib/dns/ |
| dst_api.c | 1621 dns_rdatatype_t keytype; local 1688 keytype = dns_rdatatype_dnskey; 1690 keytype = dns_rdatatype_key; /*%< SIG(0), TKEY */ 1695 if (((type & DST_TYPE_KEY) != 0 && keytype != dns_rdatatype_key) || 1696 ((type & DST_TYPE_KEY) == 0 && keytype != dns_rdatatype_dnskey)) 1703 CHECK(dns_rdata_fromtext(&rdata, rdclass, keytype, lex, NULL, false,
|
| /src/external/mpl/dhcp/bind/dist/lib/dns/ |
| dst_api.c | 1647 dns_rdatatype_t keytype; local 1723 keytype = dns_rdatatype_dnskey; 1725 keytype = dns_rdatatype_key; /*%< SIG(0), TKEY */ 1730 if (((type & DST_TYPE_KEY) != 0 && keytype != dns_rdatatype_key) || 1731 ((type & DST_TYPE_KEY) == 0 && keytype != dns_rdatatype_dnskey)) 1738 ret = dns_rdata_fromtext(&rdata, rdclass, keytype, lex, NULL, false,
|
| /src/external/bsd/ntp/dist/ntpdc/ |
| ntpdc.c | 96 static void keytype (struct parse *, FILE *); 147 { "keytype", keytype, { OPT|NTP_STR, NO, NO, NO }, 1759 * keytype - get type of key to use for authenticating requests 1762 keytype( function 1772 fprintf(fp, "keytype is %s with %lu octet digests\n", 1783 fprintf(fp, "keytype must be 'md5'%s\n",
|
| /src/external/bsd/ntp/dist/ntpq/ |
| ntpq-opts.def | 355 .It Ic keytype Op Ar digest 364 .Ic keytype Ar digest
|
| ntpq.c | 213 static void keytype (struct parse *, FILE *); 321 { "keytype", keytype, { OPT|NTP_STR, NO, NO, NO }, 530 /* Fixup keytype's help based on available digest names */ 539 if (strcmp("keytype", builtins[icmd].keyword) == 0) { 545 /* This should only "trip" if "keytype" is removed from builtins */ 2642 * keytype - get type of key to use for authenticating requests 2645 keytype( function 2655 fprintf(fp, "keytype is %s with %lu octet digests\n", 2666 fprintf(fp, "keytype is not valid. [all...] |
| /src/external/gpl3/gcc.old/dist/libphobos/src/etc/c/ |
| curl.d | 599 CurlKHType keytype; ///
|
| /src/external/bsd/openldap/dist/contrib/slapd-modules/smbk5pwd/ |
| smbk5pwd.c | 315 krb5_string_to_key_salt( context, ekey.key.keytype, cred->bv_val,
|
| /src/external/bsd/libarchive/dist/libarchive/ |
| archive_write_set_format_iso9660.c | 4009 enum keytype { enum 4017 enum keytype type, ...)
|
| /src/external/bsd/ntp/dist/ntpd/ |
| ntp_config.c | 5594 return keywords[prop_index].keytype;
|