Searched refs:algorithm (Results 1 - 25 of 286) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/asn1/
H A Dx_algor.c66 ASN1_SIMPLE(X509_ALGOR, algorithm, ASN1_OBJECT),
92 if (alg->algorithm)
93 ASN1_OBJECT_free(alg->algorithm);
94 alg->algorithm = aobj;
112 *paobj = algor->algorithm;
142 rv = OBJ_cmp(a->algorithm, b->algorithm);
H A Dt_spki.c81 i = OBJ_obj2nid(spki->spkac->pubkey->algor->algorithm);
94 i = OBJ_obj2nid(spki->sig_algor->algorithm);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/asn1/
H A Dx_algor.c66 ASN1_SIMPLE(X509_ALGOR, algorithm, ASN1_OBJECT),
92 if (alg->algorithm)
93 ASN1_OBJECT_free(alg->algorithm);
94 alg->algorithm = aobj;
112 *paobj = algor->algorithm;
142 rv = OBJ_cmp(a->algorithm, b->algorithm);
H A Dt_spki.c81 i = OBJ_obj2nid(spki->spkac->pubkey->algor->algorithm);
94 i = OBJ_obj2nid(spki->sig_algor->algorithm);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dstdcpp.h15 #include <algorithm>
H A Dasn.cpp516 BERSequenceDecoder algorithm(subjectPublicKeyInfo);
517 GetAlgorithmID().BERDecodeAndCheck(algorithm);
518 bool parametersPresent = algorithm.EndReached() ? false : BERDecodeAlgorithmParameters(algorithm);
519 algorithm.MessageEnd();
532 DERSequenceEncoder algorithm(subjectPublicKeyInfo);
533 GetAlgorithmID().DEREncode(algorithm);
534 DEREncodeAlgorithmParameters(algorithm);
535 algorithm.MessageEnd();
551 BERSequenceDecoder algorithm(privateKeyInf
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dhttpauth.h37 char algorithm[10]; /**< Server specified digest algorithm */ member in struct:__anon2156
H A Dhttpauth.c54 } else if (!strncmp(key, "algorithm=", key_len)) {
55 *dest = digest->algorithm;
56 *dest_len = sizeof(digest->algorithm);
164 if (!strcmp(digest->algorithm, "") || !strcmp(digest->algorithm, "MD5")) {
165 } else if (!strcmp(digest->algorithm, "MD5-sess")) {
172 /* Unsupported algorithm */
205 strlen(uri) + strlen(response) + strlen(digest->algorithm) +
220 if (digest->algorithm[0])
221 av_strlcatf(authstr, len, ",algorithm
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/tests/
H A Dregister.c88 check_list (int algorithm) argument
101 if (list[i] == algorithm)
110 int err, algorithm; local
117 err = gcry_cipher_register (&cipher_spec_foo, &algorithm, &module);
130 err = gcry_cipher_open (&h, algorithm, GCRY_CIPHER_MODE_CBC, 0);
149 ret = check_list (algorithm);
156 ret = check_list (algorithm);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/tests/
H A Dregister.c88 check_list (int algorithm) argument
101 if (list[i] == algorithm)
110 int err, algorithm; local
117 err = gcry_cipher_register (&cipher_spec_foo, &algorithm, &module);
130 err = gcry_cipher_open (&h, algorithm, GCRY_CIPHER_MODE_CBC, 0);
149 ret = check_list (algorithm);
156 ret = check_list (algorithm);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/asn1/
H A Dx_algor.c65 ASN1_SIMPLE(X509_ALGOR, algorithm, ASN1_OBJECT),
H A Da_sign.c160 ASN1_OBJECT_free(a->algorithm);
161 a->algorithm=OBJ_nid2obj(type->pkey_type);
162 if (a->algorithm == NULL)
167 if (a->algorithm->length == 0)
247 ASN1_OBJECT_free(a->algorithm);
248 a->algorithm=OBJ_nid2obj(type->pkey_type);
249 if (a->algorithm == NULL)
254 if (a->algorithm->length == 0)
H A Dp5_pbe.c74 /* Return an algorithm identifier for a PKCS#5 PBE algorithm */
122 ASN1_OBJECT_free(algor->algorithm);
123 algor->algorithm = al;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dhttpauth.h37 char algorithm[10]; /**< Server specified digest algorithm */ member in struct:DigestParams
H A Dhttpauth.c54 } else if (!strncmp(key, "algorithm=", key_len)) {
55 *dest = digest->algorithm;
56 *dest_len = sizeof(digest->algorithm);
171 if (!strcmp(digest->algorithm, "") || !strcmp(digest->algorithm, "MD5")) {
172 } else if (!strcmp(digest->algorithm, "MD5-sess")) {
179 /* Unsupported algorithm */
212 strlen(uri) + strlen(response) + strlen(digest->algorithm) +
229 if (digest->algorithm[0])
230 av_strlcatf(authstr, len, ",algorithm
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/racoon/
H A Dgetcertsbyname.c61 getnewci(qtype, keytag, algorithm, flags, certlen, cert)
62 int qtype, keytag, algorithm, flags, certlen;
74 res->ci_algorithm = algorithm;
118 int type, keytag, algorithm; local
161 algorithm = *cp++; /* algorithm */
166 type, keytag, algorithm, rdlength);
170 cur->ci_next = getnewci(type, keytag, algorithm,
205 int qtype, qclass, keytag, algorithm; local
294 algorithm
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/ocsp/
H A Docsp_lib.c114 if (alg->algorithm != NULL)
115 ASN1_OBJECT_free(alg->algorithm);
120 if (!(alg->algorithm = OBJ_nid2obj(nid)))
155 ret = OBJ_cmp(a->hashAlgorithm->algorithm, b->hashAlgorithm->algorithm);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/ocsp/
H A Docsp_lib.c112 if (alg->algorithm != NULL) ASN1_OBJECT_free(alg->algorithm);
118 if (!(alg->algorithm=OBJ_nid2obj(nid))) goto err;
146 ret = OBJ_cmp(a->hashAlgorithm->algorithm, b->hashAlgorithm->algorithm);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/ocsp/
H A Docsp_lib.c114 if (alg->algorithm != NULL)
115 ASN1_OBJECT_free(alg->algorithm);
120 if (!(alg->algorithm = OBJ_nid2obj(nid)))
155 ret = OBJ_cmp(a->hashAlgorithm->algorithm, b->hashAlgorithm->algorithm);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/cipher/
H A Dmd.c45 unsigned int algorithm; member in struct:digest_table_entry
187 if (digest_table[i].algorithm == GCRY_MD_MD5
193 digest_table[i].algorithm,
257 DIGEST. On success, a new algorithm ID is stored in ALGORITHM_ID
300 search_oid (const char *oid, int *algorithm, gcry_md_oid_spec_t *oid_spec) argument
318 if (algorithm)
319 *algorithm = module->mod_id;
337 int ret, algorithm = 0; local
346 object identifiers to figure out the algorithm */
350 ret = search_oid (string, &algorithm, NUL
371 digest_algo_to_string(int algorithm) argument
397 gcry_md_algo_name(int algorithm) argument
405 check_digest_algo(int algorithm) argument
545 md_enable(gcry_md_hd_t hd, int algorithm) argument
624 gcry_md_enable(gcry_md_hd_t hd, int algorithm) argument
1072 md_digest_length(int algorithm) argument
1096 gcry_md_get_algo_dlen(int algorithm) argument
1105 md_asn_oid(int algorithm, size_t *asnlen, size_t *mdlen) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Dmd.c45 unsigned int algorithm; member in struct:digest_table_entry
187 if (digest_table[i].algorithm == GCRY_MD_MD5
193 digest_table[i].algorithm,
257 DIGEST. On success, a new algorithm ID is stored in ALGORITHM_ID
300 search_oid (const char *oid, int *algorithm, gcry_md_oid_spec_t *oid_spec) argument
318 if (algorithm)
319 *algorithm = module->mod_id;
337 int ret, algorithm = 0; local
346 object identifiers to figure out the algorithm */
350 ret = search_oid (string, &algorithm, NUL
371 digest_algo_to_string(int algorithm) argument
397 gcry_md_algo_name(int algorithm) argument
405 check_digest_algo(int algorithm) argument
545 md_enable(gcry_md_hd_t hd, int algorithm) argument
624 gcry_md_enable(gcry_md_hd_t hd, int algorithm) argument
1072 md_digest_length(int algorithm) argument
1096 gcry_md_get_algo_dlen(int algorithm) argument
1105 md_asn_oid(int algorithm, size_t *asnlen, size_t *mdlen) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/engines/
H A De_4758cca.c628 X509_ALGOR algorithm; local
635 sig.algor = &algorithm;
636 algorithm.algorithm = OBJ_nid2obj(type);
638 if (!algorithm.algorithm) {
644 if (!algorithm.algorithm->length) {
652 algorithm.parameter = &parameter;
741 X509_ALGOR algorithm; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/engines/
H A De_4758cca.c645 X509_ALGOR algorithm; local
653 sig.algor = &algorithm;
654 algorithm.algorithm = OBJ_nid2obj(type);
656 if (!algorithm.algorithm)
663 if (!algorithm.algorithm->length)
672 algorithm.parameter = &parameter;
769 X509_ALGOR algorithm; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/engines/
H A De_4758cca.c628 X509_ALGOR algorithm; local
635 sig.algor = &algorithm;
636 algorithm.algorithm = OBJ_nid2obj(type);
638 if (!algorithm.algorithm) {
644 if (!algorithm.algorithm->length) {
652 algorithm.parameter = &parameter;
741 X509_ALGOR algorithm; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/rsa/
H A Drsa_sign.c94 sig.algor->algorithm=OBJ_nid2obj(type);
95 if (sig.algor->algorithm == NULL)
100 if (sig.algor->algorithm->length == 0)
196 /* Parameters to the signature algorithm can also be used to
205 sigtype=OBJ_obj2nid(sig->algor->algorithm);

Completed in 217 milliseconds

1234567891011>>