Searched refs:algorithm (Results 51 - 75 of 286) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Dcipher.c55 unsigned int algorithm; member in struct:cipher_table_entry
171 /* The algorithm id. This is a hack required because the module
321 cipher_table[i].algorithm,
389 CIPHER. On success, a new algorithm ID is stored in ALGORITHM_ID
433 internal algorithm number is returned in ALGORITHM unless it
435 implementing this algorithm is return in OID_SPEC unless passed as
438 search_oid (const char *oid, int *algorithm, gcry_cipher_oid_spec_t *oid_spec)
456 if (algorithm)
457 *algorithm = module->mod_id;
468 /* Map STRING to the cipher algorithm identifie
436 search_oid(const char *oid, int *algorithm, gcry_cipher_oid_spec_t *oid_spec) argument
474 int ret, algorithm = 0; local
531 cipher_algo_to_string(int algorithm) argument
557 gcry_cipher_algo_name(int algorithm) argument
568 disable_cipher_algo(int algorithm) argument
590 check_cipher_algo(int algorithm) argument
618 cipher_get_keylen(int algorithm) argument
646 cipher_get_blocksize(int algorithm) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/pkcs7/
H A Dpk7_doit.c115 md=EVP_get_digestbyobj(alg->algorithm);
166 xalg=p7->d.signed_and_enveloped->enc_data->algorithm;
177 xalg=p7->d.enveloped->enc_data->algorithm;
219 xalg->algorithm = OBJ_nid2obj(EVP_CIPHER_type(evp_cipher));
361 enc_alg=p7->d.signed_and_enveloped->enc_data->algorithm;
362 evp_cipher=EVP_get_cipherbyobj(enc_alg->algorithm);
368 xalg=p7->d.signed_and_enveloped->enc_data->algorithm;
372 enc_alg=p7->d.enveloped->enc_data->algorithm;
374 evp_cipher=EVP_get_cipherbyobj(enc_alg->algorithm);
380 xalg=p7->d.enveloped->enc_data->algorithm;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/asn1/
H A Dp5_pbev2.c85 * Return an algorithm identifier for a PKCS#5 v2.0 PBE algorithm: yes I know
115 scheme->algorithm = obj;
171 ret->algorithm = OBJ_nid2obj(NID_pbes2);
260 keyfunc->algorithm = OBJ_nid2obj(NID_id_pbkdf2);
H A Da_verify.c86 i = OBJ_obj2nid(a->algorithm);
158 if (!OBJ_find_sigid_algs(OBJ_obj2nid(a->algorithm), &mdnid, &pknid)) {
H A Dt_crl.c96 i = OBJ_obj2nid(x->sig_alg->algorithm);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/asn1/
H A Dp5_pbev2.c85 * Return an algorithm identifier for a PKCS#5 v2.0 PBE algorithm: yes I know
115 scheme->algorithm = obj;
171 ret->algorithm = OBJ_nid2obj(NID_pbes2);
260 keyfunc->algorithm = OBJ_nid2obj(NID_id_pbkdf2);
H A Da_verify.c86 i = OBJ_obj2nid(a->algorithm);
158 if (!OBJ_find_sigid_algs(OBJ_obj2nid(a->algorithm), &mdnid, &pknid)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/rsa/
H A Drsa_ameth.c273 if (OBJ_obj2nid(alg->algorithm) != NID_mgf1)
323 if (i2a_ASN1_OBJECT(bp, pss->hashAlgorithm->algorithm) <= 0)
337 if (i2a_ASN1_OBJECT(bp, pss->maskGenAlgorithm->algorithm) <= 0)
342 if (i2a_ASN1_OBJECT(bp, maskHash->algorithm) <= 0)
382 if (OBJ_obj2nid(sigalg->algorithm) == NID_rsassaPss) {
451 /* allocate and set algorithm ID from EVP_MD, default SHA1 */
463 /* Allocate and set MGF1 algorithm ID from EVP_MD */
471 /* need to embed algorithm ID inside another */
491 /* convert algorithm ID to EVP_MD, default SHA1 */
497 md = EVP_get_digestbyobj(alg->algorithm);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/rsa/
H A Drsa_ameth.c273 if (OBJ_obj2nid(alg->algorithm) != NID_mgf1)
323 if (i2a_ASN1_OBJECT(bp, pss->hashAlgorithm->algorithm) <= 0)
337 if (i2a_ASN1_OBJECT(bp, pss->maskGenAlgorithm->algorithm) <= 0)
342 if (i2a_ASN1_OBJECT(bp, maskHash->algorithm) <= 0)
382 if (OBJ_obj2nid(sigalg->algorithm) == NID_rsassaPss) {
451 /* allocate and set algorithm ID from EVP_MD, default SHA1 */
463 /* Allocate and set MGF1 algorithm ID from EVP_MD */
471 /* need to embed algorithm ID inside another */
491 /* convert algorithm ID to EVP_MD, default SHA1 */
497 md = EVP_get_digestbyobj(alg->algorithm);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/pkcs12/
H A Dp12_mutl.c89 if (!(md_type = EVP_get_digestbyobj(p12->mac->dinfo->algor->algorithm))) {
186 p12->mac->dinfo->algor->algorithm = OBJ_nid2obj(EVP_MD_type(md_type));
H A Dp12_npas.c127 if (!alg_get(p7->d.encrypted->enc_data->algorithm,
230 *pnid = OBJ_obj2nid(alg->algorithm);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/demos/
H A Dspkigen.c143 /* set the algorithm id */
146 ASN1_OBJECT_free(a->algorithm);
147 a->algorithm = o;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/demos/
H A Dspkigen.c134 /* set the algorithm id */
136 ASN1_OBJECT_free(a->algorithm);
137 a->algorithm=o;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/demos/
H A Dspkigen.c143 /* set the algorithm id */
146 ASN1_OBJECT_free(a->algorithm);
147 a->algorithm = o;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/evp/
H A Devp_pkey.c123 nid = OBJ_obj2nid(a->algorithm);
338 if (!a->algorithm) BUF_strlcpy (obj_tmp, "NULL", sizeof obj_tmp);
339 else i2t_ASN1_OBJECT(obj_tmp, 80, a->algorithm);
380 p8->pkeyalg->algorithm = OBJ_nid2obj(NID_rsaEncryption);
449 p8->pkeyalg->algorithm = OBJ_nid2obj(NID_dsa);
619 if (p8->pkeyalg->algorithm)
620 ASN1_OBJECT_free(p8->pkeyalg->algorithm);
622 p8->pkeyalg->algorithm = OBJ_nid2obj(NID_X9_62_id_ecPublicKey);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/pkcs12/
H A Dp12_mutl.c86 EVP_get_digestbyobj (p12->mac->dinfo->algor->algorithm))) {
173 p12->mac->dinfo->algor->algorithm = OBJ_nid2obj(EVP_MD_type(md_type));
H A Dp12_npas.c123 alg_get(p7->d.encrypted->enc_data->algorithm,
211 *pnid = OBJ_obj2nid(alg->algorithm);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/pkcs12/
H A Dp12_mutl.c89 if (!(md_type = EVP_get_digestbyobj(p12->mac->dinfo->algor->algorithm))) {
186 p12->mac->dinfo->algor->algorithm = OBJ_nid2obj(EVP_MD_type(md_type));
H A Dp12_npas.c127 if (!alg_get(p7->d.encrypted->enc_data->algorithm,
230 *pnid = OBJ_obj2nid(alg->algorithm);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/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/ts/
H A Dts_lib.c126 int i = OBJ_obj2nid(alg->algorithm);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/ts/
H A Dts_lib.c126 int i = OBJ_obj2nid(alg->algorithm);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/asn1/
H A Dt_crl.c96 i = OBJ_obj2nid(x->sig_alg->algorithm);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/rand/
H A Drand_lcl.h128 #error No message digest algorithm available
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dnet.h138 int tr_netSetCongestionControl( int s, const char *algorithm );

Completed in 118 milliseconds

1234567891011>>