Searched refs:algorithm (Results 76 - 100 of 286) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/rand/
H A Drand_lcl.h127 # error No message digest algorithm available
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/asn1/
H A Dt_crl.c96 i = OBJ_obj2nid(x->sig_alg->algorithm);
H A Dn_pkey.c139 pkey->algor->algorithm = OBJ_nid2obj(NID_rsaEncryption);
158 enckey->enckey->algor->algorithm = OBJ_nid2obj(NID_rc4);
203 /* If the key is used for SGC the algorithm is modified a little. */
262 if (OBJ_obj2nid(enckey->enckey->algor->algorithm) != NID_rc4) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/libaddns/
H A Ddnsgss.c297 struct dns_domain_name *key, *algorithm; local
308 err = dns_domain_name_from_string(buf, algorithmname, &algorithm);
314 dns_marshall_domain_name(buf, algorithm);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/pkcs12/
H A Dp12_add.c207 X509_ALGOR_free(p7->d.encrypted->enc_data->algorithm);
208 p7->d.encrypted->enc_data->algorithm = pbe;
229 return PKCS12_item_decrypt_d2i(p7->d.encrypted->enc_data->algorithm,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/evp/
H A Dp5_crpt2.c66 /* set this to print out info about the keygen algorithm */
174 if(OBJ_obj2nid(pbe2->keyfunc->algorithm) != NID_id_pbkdf2) {
180 /* lets see if we recognise the encryption algorithm.
184 OBJ_nid2sn(OBJ_obj2nid(pbe2->encryption->algorithm)));
229 if(kdf->prf && (OBJ_obj2nid(kdf->prf->algorithm) != NID_hmacWithSHA1)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/evp/
H A Dp5_crpt2.c68 /* set this to print out info about the keygen algorithm */
216 if (OBJ_obj2nid(pbe2->keyfunc->algorithm) != NID_id_pbkdf2) {
223 * lets see if we recognise the encryption algorithm.
226 cipher = EVP_get_cipherbyobj(pbe2->encryption->algorithm);
292 prf_nid = OBJ_obj2nid(kdf->prf->algorithm);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/pkcs12/
H A Dp12_add.c207 X509_ALGOR_free(p7->d.encrypted->enc_data->algorithm);
208 p7->d.encrypted->enc_data->algorithm = pbe;
229 return PKCS12_item_decrypt_d2i(p7->d.encrypted->enc_data->algorithm,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/evp/
H A Dp5_crpt2.c68 /* set this to print out info about the keygen algorithm */
216 if (OBJ_obj2nid(pbe2->keyfunc->algorithm) != NID_id_pbkdf2) {
223 * lets see if we recognise the encryption algorithm.
226 cipher = EVP_get_cipherbyobj(pbe2->encryption->algorithm);
292 prf_nid = OBJ_obj2nid(kdf->prf->algorithm);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/src/
H A Dvisibility.c568 gcry_cipher_algo_name (int algorithm) argument
570 return _gcry_cipher_algo_name (algorithm);
706 gcry_pk_algo_name (int algorithm) argument
708 return _gcry_pk_algo_name (algorithm);
1016 gcry_ac_id_t algorithm, unsigned int flags)
1018 return _gcry_ac_open (handle, algorithm, flags);
1190 gcry_ac_id_to_name (gcry_ac_id_t algorithm, const char **name) argument
1194 const char *tmp = _gcry_pk_algo_name (algorithm);
1202 gcry_ac_name_to_id (const char *name, gcry_ac_id_t *algorithm) argument
1209 *algorithm
1015 gcry_ac_open(gcry_ac_handle_t *handle, gcry_ac_id_t algorithm, unsigned int flags) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/src/
H A Dvisibility.c568 gcry_cipher_algo_name (int algorithm) argument
570 return _gcry_cipher_algo_name (algorithm);
706 gcry_pk_algo_name (int algorithm) argument
708 return _gcry_pk_algo_name (algorithm);
1016 gcry_ac_id_t algorithm, unsigned int flags)
1018 return _gcry_ac_open (handle, algorithm, flags);
1190 gcry_ac_id_to_name (gcry_ac_id_t algorithm, const char **name) argument
1194 const char *tmp = _gcry_pk_algo_name (algorithm);
1202 gcry_ac_name_to_id (const char *name, gcry_ac_id_t *algorithm) argument
1209 *algorithm
1015 gcry_ac_open(gcry_ac_handle_t *handle, gcry_ac_id_t algorithm, unsigned int flags) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/pkcs7/
H A Dpk7_doit.c113 md = EVP_get_digestbyobj(alg->algorithm);
294 xalg = p7->d.signed_and_enveloped->enc_data->algorithm;
303 xalg = p7->d.enveloped->enc_data->algorithm;
341 xalg->algorithm = OBJ_nid2obj(EVP_CIPHER_type(evp_cipher));
467 enc_alg = p7->d.signed_and_enveloped->enc_data->algorithm;
468 evp_cipher = EVP_get_cipherbyobj(enc_alg->algorithm);
477 enc_alg = p7->d.enveloped->enc_data->algorithm;
480 evp_cipher = EVP_get_cipherbyobj(enc_alg->algorithm);
507 j = OBJ_obj2nid(xa->algorithm);
830 j = OBJ_obj2nid(si->digest_alg->algorithm);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/pkcs7/
H A Dpk7_doit.c113 md = EVP_get_digestbyobj(alg->algorithm);
294 xalg = p7->d.signed_and_enveloped->enc_data->algorithm;
303 xalg = p7->d.enveloped->enc_data->algorithm;
341 xalg->algorithm = OBJ_nid2obj(EVP_CIPHER_type(evp_cipher));
467 enc_alg = p7->d.signed_and_enveloped->enc_data->algorithm;
468 evp_cipher = EVP_get_cipherbyobj(enc_alg->algorithm);
477 enc_alg = p7->d.enveloped->enc_data->algorithm;
480 evp_cipher = EVP_get_cipherbyobj(enc_alg->algorithm);
507 j = OBJ_obj2nid(xa->algorithm);
830 j = OBJ_obj2nid(si->digest_alg->algorithm);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/cipher/
H A Dac.c59 is allowed to pass additional, algorithm-specific `specs' to
61 provided values according to the selected algorithm. */
64 int algorithm; /* Algorithm for which this flag is
80 int algorithm; /* Algorithm ID associated with this
82 const char *algorithm_name; /* Name of the algorithm. */
84 gcry_module_t module; /* Reference to the algorithm
1151 ac_data_extract (const char *identifier, const char *algorithm,
1180 data_sexp = gcry_sexp_find_token (sexp, algorithm, 0);
1272 unsigned int flags, const char *algorithm,
1309 + (algorithm
63 int algorithm; /* Algorithm for which this flag is member in struct:gcry_ac_key_generate_spec
79 int algorithm; /* Algorithm ID associated with this member in struct:gcry_ac_handle
1147 ac_data_extract(const char *identifier, const char *algorithm, gcry_sexp_t sexp, gcry_ac_data_t *data) argument
1267 ac_data_construct(const char *identifier, int include_flags, unsigned int flags, const char *algorithm, gcry_ac_data_t data, gcry_sexp_t *sexp) argument
1380 _gcry_ac_open(gcry_ac_handle_t *handle, gcry_ac_id_t algorithm, unsigned int flags) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Dac.c59 is allowed to pass additional, algorithm-specific `specs' to
61 provided values according to the selected algorithm. */
64 int algorithm; /* Algorithm for which this flag is
80 int algorithm; /* Algorithm ID associated with this
82 const char *algorithm_name; /* Name of the algorithm. */
84 gcry_module_t module; /* Reference to the algorithm
1151 ac_data_extract (const char *identifier, const char *algorithm,
1180 data_sexp = gcry_sexp_find_token (sexp, algorithm, 0);
1272 unsigned int flags, const char *algorithm,
1309 + (algorithm
63 int algorithm; /* Algorithm for which this flag is member in struct:gcry_ac_key_generate_spec
79 int algorithm; /* Algorithm ID associated with this member in struct:gcry_ac_handle
1147 ac_data_extract(const char *identifier, const char *algorithm, gcry_sexp_t sexp, gcry_ac_data_t *data) argument
1267 ac_data_construct(const char *identifier, int include_flags, unsigned int flags, const char *algorithm, gcry_ac_data_t data, gcry_sexp_t *sexp) argument
1380 _gcry_ac_open(gcry_ac_handle_t *handle, gcry_ac_id_t algorithm, unsigned int flags) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/asn1/
H A Dn_pkey.c139 pkey->algor->algorithm = OBJ_nid2obj(NID_rsaEncryption);
158 enckey->enckey->algor->algorithm = OBJ_nid2obj(NID_rc4);
203 /* If the key is used for SGC the algorithm is modified a little. */
262 if (OBJ_obj2nid(enckey->enckey->algor->algorithm) != NID_rc4) {
H A Dp8_pkey.c127 *ppkalg = p8->pkeyalg->algorithm;
H A Dt_x509.c173 if (i2a_ASN1_OBJECT(bp, ci->signature->algorithm) <= 0)
217 if (i2a_ASN1_OBJECT(bp, ci->key->algor->algorithm) <= 0)
344 if (i2a_ASN1_OBJECT(bp, sigalg->algorithm) <= 0)
347 sig_nid = OBJ_obj2nid(sigalg->algorithm);
H A Dx_pkey.c84 (OBJ_obj2nid(ret->enc_algor->algorithm)));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/ocsp/
H A Docsp_vfy.c269 * the same algorithm then there's no point trying to match any certificates
295 if (OBJ_cmp(tmpid->hashAlgorithm->algorithm,
296 cid->hashAlgorithm->algorithm))
317 if (!(dgst = EVP_get_digestbyobj(cid->hashAlgorithm->algorithm))) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/asn1/
H A Dn_pkey.c139 pkey->algor->algorithm=OBJ_nid2obj(NID_rsaEncryption);
157 enckey->enckey->algor->algorithm=OBJ_nid2obj(NID_rc4);
207 /* If the key is used for SGC the algorithm is modified a little. */
263 if (OBJ_obj2nid(enckey->enckey->algor->algorithm) != NID_rc4)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/ocsp/
H A Docsp_vfy.c253 * algorithm then there's no point trying to match any certificates against the issuer.
280 if (OBJ_cmp(tmpid->hashAlgorithm->algorithm,
281 cid->hashAlgorithm->algorithm))
304 if (!(dgst = EVP_get_digestbyobj(cid->hashAlgorithm->algorithm)))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/tests/
H A Dpkbench.c382 generate_key (const char *algorithm, const char *key_size) argument
393 algorithm, key_size);
397 algorithm, key_size);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/tests/
H A Dpkbench.c382 generate_key (const char *algorithm, const char *key_size) argument
393 algorithm, key_size);
397 algorithm, key_size);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/ocsp/
H A Docsp_vfy.c269 * the same algorithm then there's no point trying to match any certificates
295 if (OBJ_cmp(tmpid->hashAlgorithm->algorithm,
296 cid->hashAlgorithm->algorithm))
317 if (!(dgst = EVP_get_digestbyobj(cid->hashAlgorithm->algorithm))) {

Completed in 178 milliseconds

1234567891011>>