| /mirbsd/src/usr.bin/file/magdir/ |
| D | mcrypt | 7 >4 string >\0 algorithm: %s, 12 >3 byte 0 algorithm: blowfish-448, 13 >3 byte 1 algorithm: DES, 14 >3 byte 2 algorithm: 3DES, 15 >3 byte 3 algorithm: 3-WAY, 16 >3 byte 4 algorithm: GOST, 17 >3 byte 6 algorithm: SAFER-SK64, 18 >3 byte 7 algorithm: SAFER-SK128, 19 >3 byte 8 algorithm: CAST-128, 20 >3 byte 9 algorithm: xTEA, [all …]
|
| /mirbsd/src/usr.sbin/ppp/ppp/ |
| D | ccp.c | 147 static const struct ccp_algorithm * const algorithm[] = { variable 156 #define NALGORITHMS (sizeof algorithm/sizeof algorithm[0]) 179 if (ccp->in.algorithm != -1) in ccp_ReportStatus() 181 (*algorithm[ccp->in.algorithm]->Disp)(&ccp->in.opt)); in ccp_ReportStatus() 183 if (ccp->out.algorithm != -1) { in ccp_ReportStatus() 185 for (f = 0; f < ccp->out.algorithm; f++) in ccp_ReportStatus() 186 if (IsEnabled(ccp->cfg.neg[algorithm[f]->Neg])) in ccp_ReportStatus() 189 (*algorithm[ccp->out.algorithm]->Disp)(&(*o)->val)); in ccp_ReportStatus() 277 ccp->in.algorithm = ccp->out.algorithm = -1; in ccp_Setup() 303 if (IsEnabled(ccp->cfg.neg[algorithm[f]->Neg]) && in ccp_Required() [all …]
|
| D | ccp.h | 87 int algorithm; member 101 int algorithm; /* Algorithm in use */ member 107 int algorithm; /* Algorithm in use */ member
|
| /mirbsd/src/lib/libkeynote/ |
| D | HOWTO.add.crypto | 6 For a signature algorithm: 9 - Create one or more strings describing the signature algorithm 11 - Add a definition for the algorithm in keynote.h (the 13 - Define the algorithm public key prefixes, and add them to 17 a case handling the new algorithm; the return value is an integer, 21 storing a key for the new algorithm. 24 algorithm that were defined in keynote.h 28 the new algorithm's structure for storing a key (use the DSA 34 signature for the new algorithm. 37 support the new algorithm. [all …]
|
| D | auxil.c | 93 keynote_in_action_authorizers(void *key, int algorithm) in keynote_in_action_authorizers() argument 99 if (algorithm == KEYNOTE_ALGORITHM_UNSPEC) in keynote_in_action_authorizers() 111 alg = algorithm; in keynote_in_action_authorizers() 301 keynote_find_assertion(void *authorizer, int num, int algorithm) in keynote_find_assertion() argument 309 h = keynote_keyhash(authorizer, algorithm); in keynote_find_assertion() 314 ((as->as_signeralgorithm == algorithm) || in keynote_find_assertion() 316 (algorithm == KEYNOTE_ALGORITHM_X509)) || in keynote_find_assertion() 318 (algorithm == KEYNOTE_ALGORITHM_RSA)))) in keynote_find_assertion() 319 if (kn_keycompare(authorizer, as->as_authorizer, algorithm) == in keynote_find_assertion()
|
| /mirbsd/src/gnu/usr.bin/perl/lib/ |
| D | Digest.pm | 24 my $algorithm = shift; 25 my $impl = $MMAP{$algorithm} || do { 26 $algorithm =~ s/\W+//; 27 "Digest::$algorithm"; 51 my $algorithm = substr($AUTOLOAD, rindex($AUTOLOAD, '::')+2); 52 $class->new($algorithm, @_);
|
| /mirbsd/src/usr.bin/ssh/ |
| D | dns.c | 78 dns_read_key(u_int8_t *algorithm, u_int8_t *digest_type, in dns_read_key() argument 85 *algorithm = SSHFP_KEY_RSA; in dns_read_key() 88 *algorithm = SSHFP_KEY_DSA; in dns_read_key() 91 *algorithm = SSHFP_KEY_RESERVED; /* 0 */ in dns_read_key() 94 if (*algorithm) { in dns_read_key() 114 dns_read_rdata(u_int8_t *algorithm, u_int8_t *digest_type, in dns_read_rdata() argument 119 *algorithm = SSHFP_KEY_RESERVED; in dns_read_rdata() 123 *algorithm = rdata[0]; in dns_read_rdata()
|
| /mirbsd/src/lib/libssl/src/crypto/asn1/ |
| D | a_sign.c | 160 ASN1_OBJECT_free(a->algorithm); in ASN1_sign() 161 a->algorithm=OBJ_nid2obj(type->pkey_type); in ASN1_sign() 162 if (a->algorithm == NULL) in ASN1_sign() 167 if (a->algorithm->length == 0) in ASN1_sign() 246 ASN1_OBJECT_free(a->algorithm); in ASN1_item_sign() 247 a->algorithm=OBJ_nid2obj(type->pkey_type); in ASN1_item_sign() 248 if (a->algorithm == NULL) in ASN1_item_sign() 253 if (a->algorithm->length == 0) in ASN1_item_sign()
|
| D | p5_pbev2.c | 112 scheme->algorithm = obj; 161 pbe2->keyfunc->algorithm = OBJ_nid2obj(NID_id_pbkdf2); 179 ret->algorithm = OBJ_nid2obj(NID_pbes2);
|
| D | t_spki.c | 73 i=OBJ_obj2nid(spki->spkac->pubkey->algor->algorithm); in NETSCAPE_SPKI_print() 102 i=OBJ_obj2nid(spki->sig_algor->algorithm); in NETSCAPE_SPKI_print()
|
| /mirbsd/src/lib/libssl/src/crypto/engine/ |
| D | hw_4758_cca.c | 623 X509_ALGOR algorithm; in cca_rsa_verify() local 631 sig.algor = &algorithm; in cca_rsa_verify() 632 algorithm.algorithm = OBJ_nid2obj(type); in cca_rsa_verify() 634 if (!algorithm.algorithm) in cca_rsa_verify() 641 if (!algorithm.algorithm->length) in cca_rsa_verify() 650 algorithm.parameter = ¶meter; in cca_rsa_verify() 747 X509_ALGOR algorithm; in cca_rsa_sign() local 755 sig.algor = &algorithm; in cca_rsa_sign() 756 algorithm.algorithm = OBJ_nid2obj(type); in cca_rsa_sign() 758 if (!algorithm.algorithm) in cca_rsa_sign() [all …]
|
| /mirbsd/src/lib/libssl/src/doc/apps/ |
| D | passwd.pod | 27 The Unix standard algorithm B<crypt> and the MD5-based BSD password 28 algorithm B<1> and its Apache variant B<apr1> are available. 36 Use the B<crypt> algorithm (default). 40 Use the MD5 based BSD password algorithm B<1>. 44 Use the B<apr1> algorithm (Apache variant of the BSD algorithm).
|
| D | pkcs8.pod | 81 structures using an appropriate password based encryption algorithm. With 110 private keys are encrypted with the password based encryption algorithm 112 was the strongest encryption algorithm supported in PKCS#5 v1.5. Using 114 encryption algorithm such as 168 bit triple DES or 128 bit RC2 however 118 The B<alg> argument is the encryption algorithm to use, valid values include 123 This option specifies a PKCS#5 v1.5 or PKCS#12 algorithm to use. A complete 180 but they use the same key derivation algorithm and are supported by some 186 These algorithms use the PKCS#12 password based encryption algorithm and 198 Convert a private key to PKCS#8 using a PKCS#5 1.5 compatible algorithm 203 Convert a private key to PKCS#8 using a PKCS#12 compatible algorithm [all …]
|
| /mirbsd/src/sbin/isakmpd/ |
| D | dnssec.c | 59 u_int8_t algorithm; member 72 u_int8_t algorithm, *id, *umark; in dns_get_key() local 78 algorithm = DNS_KEYALG_RSA; in dns_get_key() 198 key_rr.algorithm = *(rr->rri_rdatas[i].rdi_data + 3); in dns_get_key() 205 if (key_rr.algorithm != algorithm) { in dns_get_key()
|
| /mirbsd/src/lib/libssl/src/crypto/ocsp/ |
| D | ocsp_lib.c | 112 if (alg->algorithm != NULL) ASN1_OBJECT_free(alg->algorithm); in OCSP_cert_id_new() 118 if (!(alg->algorithm=OBJ_nid2obj(nid))) goto err; in OCSP_cert_id_new() 146 ret = OBJ_cmp(a->hashAlgorithm->algorithm, b->hashAlgorithm->algorithm); in OCSP_id_issuer_cmp()
|
| /mirbsd/src/lib/libssl/src/doc/crypto/ |
| D | des_modes.pod | 17 Normally, this is found as the function I<algorithm>_ecb_encrypt(). 42 Normally, this is found as the function I<algorithm>_cbc_encrypt(). 76 Normally, this is found as the function I<algorithm>_cfb_encrypt(). 108 the encipherment algorithm per unit of plaintext and thus cause 123 Normally, this is found as the function I<algorithm>_ofb_encrypt(). 153 the encipherment algorithm per unit of plaintext and thus cause 184 Normally, this is found as the function I<algorithm>_ecb3_encrypt(). 219 Normally, this is found as the function I<algorithm>_ede3_cbc_encrypt(). 244 Part 5.2: Modes of operation for an n-bit block cipher algorithm
|
| D | RSA_sign.pod | 24 B<type> denotes the message digest algorithm that was used to generate 28 and no algorithm identifier) is created. 32 the message digest algorithm that was used to generate the signature. 44 Certain signatures with an improper algorithm identifier are accepted
|
| D | EVP_BytesToKey.pod | 29 encryption algorithm from a password in the B<data> parameter. 31 Increasing the B<count> parameter slows down the algorithm which makes it 36 B<MD5> is used then the derivation algorithm is compatible with PKCS#5 v1.5 50 algorithm in use, HASH^1(data) is simply HASH(data), HASH^2(data)
|
| /mirbsd/src/lib/libssl/src/crypto/rsa/ |
| D | rsa_sign.c | 94 sig.algor->algorithm=OBJ_nid2obj(type); in RSA_sign() 95 if (sig.algor->algorithm == NULL) in RSA_sign() 100 if (sig.algor->algorithm->length == 0) in RSA_sign() 205 sigtype=OBJ_obj2nid(sig->algor->algorithm); in RSA_verify()
|
| /mirbsd/src/lib/libssl/src/crypto/pkcs7/ |
| D | pk7_doit.c | 128 xalg=p7->d.signed_and_enveloped->enc_data->algorithm; in PKCS7_dataInit() 139 xalg=p7->d.enveloped->enc_data->algorithm; in PKCS7_dataInit() 164 evp_md=EVP_get_digestbyobj(xa->algorithm); in PKCS7_dataInit() 199 xalg->algorithm = OBJ_nid2obj(EVP_CIPHER_type(evp_cipher)); in PKCS7_dataInit() 326 enc_alg=p7->d.signed_and_enveloped->enc_data->algorithm; in PKCS7_dataDecode() 327 evp_cipher=EVP_get_cipherbyobj(enc_alg->algorithm); in PKCS7_dataDecode() 333 xalg=p7->d.signed_and_enveloped->enc_data->algorithm; in PKCS7_dataDecode() 337 enc_alg=p7->d.enveloped->enc_data->algorithm; in PKCS7_dataDecode() 339 evp_cipher=EVP_get_cipherbyobj(enc_alg->algorithm); in PKCS7_dataDecode() 345 xalg=p7->d.enveloped->enc_data->algorithm; in PKCS7_dataDecode() [all …]
|
| D | pk7_lib.c | 241 nid=OBJ_obj2nid(psi->digest_alg->algorithm); in PKCS7_add_signer() 248 if (OBJ_obj2nid(alg->algorithm) == nid) in PKCS7_add_signer() 261 alg->algorithm=OBJ_nid2obj(nid); in PKCS7_add_signer() 348 if (is_dsa) p7i->digest_alg->algorithm=OBJ_nid2obj(NID_sha1); in PKCS7_SIGNER_INFO_set() 350 p7i->digest_alg->algorithm=OBJ_nid2obj(EVP_MD_type(dgst)); in PKCS7_SIGNER_INFO_set() 358 p7i->digest_enc_alg->algorithm=OBJ_nid2obj(EVP_PKEY_type(pkey->type)); in PKCS7_SIGNER_INFO_set()
|
| /mirbsd/src/usr.sbin/httpd/src/modules/experimental/ |
| D | mod_auth_digest.c | 126 const char *algorithm; member 176 const char *algorithm; member 249 conf->algorithm = DFLT_ALGORITHM; in create_digest_dir_config() 363 ((digest_config_rec *) config)->algorithm = alg; in set_algorithm() 488 resp->algorithm = ap_pstrdup(r->pool, value); in get_digest_rec() 733 || !strcasecmp(conf->algorithm, "MD5-sess")) in note_digest_auth_failure() 772 if (!strcasecmp(conf->algorithm, "MD5-sess")) in note_digest_auth_failure() 796 ap_auth_name(r), nonce, conf->algorithm, in note_digest_auth_failure() 951 if (resp->algorithm && !strcasecmp(resp->algorithm, "MD5-sess")) { in new_digest() 1179 if (resp->algorithm != NULL in authenticate_digest_user() [all …]
|
| /mirbsd/src/gnu/usr.bin/perl/ext/Digest/MD5/ |
| D | README | 2 Inc. MD5 Message Digest algorithm from within Perl programs. The 3 algorithm takes as input a message of arbitrary length and produces as
|
| /mirbsd/src/lib/libssl/src/crypto/pkcs12/ |
| D | p12_add.c | 180 X509_ALGOR_free(p7->d.encrypted->enc_data->algorithm); in PKCS12_pack_p7encdata() 181 p7->d.encrypted->enc_data->algorithm = pbe; in PKCS12_pack_p7encdata() 196 return PKCS12_item_decrypt_d2i(p7->d.encrypted->enc_data->algorithm, in STACK_OF()
|
| /mirbsd/src/usr.bin/yacc/ |
| D | ACKNOWLEDGEMENTS | 4 Berkeley Yacc is based on the excellent algorithm for computing LALR(1) 5 lookaheads developed by Tom Pennello and Frank DeRemer. The algorithm is
|