Searched refs:nid (Results 276 - 300 of 451) sorted by relevance

<<111213141516171819

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/demos/engines/zencod/
H A Dhw_zencod.c180 int nid);
184 const int **nids, int nid);
1416 int nid)
1429 if (nid == NID_md5) {
1431 } else if (nid == NID_sha1) {
1575 const int **nids, int nid)
1584 if (nid == NID_rc4) {
1586 } else if (nid == NID_rc4_40) {
1588 } else if (nid == NID_des_cbc) {
1590 } else if (nid
1415 engine_digests(ENGINE *e, const EVP_MD **digest, const int **nids, int nid) argument
1574 engine_ciphers(ENGINE *e, const EVP_CIPHER **cipher, const int **nids, int nid) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/demos/engines/zencod/
H A Dhw_zencod.c169 static int engine_digests ( ENGINE *e, const EVP_MD **digest, const int **nids, int nid ) ;
172 static int engine_ciphers ( ENGINE *e, const EVP_CIPHER **cipher, const int **nids, int nid ) ;
1359 static int engine_digests ( ENGINE *e, const EVP_MD **digest, const int **nids, int nid )
1372 if ( nid == NID_md5 ) {
1375 else if ( nid == NID_sha1 ) {
1517 static int engine_ciphers ( ENGINE *e, const EVP_CIPHER **cipher, const int **nids, int nid )
1526 if ( nid == NID_rc4 ) {
1529 else if ( nid == NID_rc4_40 ) {
1532 else if ( nid == NID_des_cbc ) {
1535 else if ( nid
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/demos/engines/zencod/
H A Dhw_zencod.c180 int nid);
184 const int **nids, int nid);
1416 int nid)
1429 if (nid == NID_md5) {
1431 } else if (nid == NID_sha1) {
1575 const int **nids, int nid)
1584 if (nid == NID_rc4) {
1586 } else if (nid == NID_rc4_40) {
1588 } else if (nid == NID_des_cbc) {
1590 } else if (nid
1415 engine_digests(ENGINE *e, const EVP_MD **digest, const int **nids, int nid) argument
1574 engine_ciphers(ENGINE *e, const EVP_CIPHER **cipher, const int **nids, int nid) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/
H A Dmempolicy.c424 int nid; local
438 nid = page_to_nid(page);
439 if (node_isset(nid, *nodes) == !!(flags & MPOL_MF_INVERT))
1491 unsigned nid, next; local
1494 nid = me->il_next;
1495 next = next_node(nid, policy->v.nodes);
1500 return nid;
1553 int nid = -1; local
1560 nid = next_node(nid, po
1643 int nid; local
1720 alloc_page_interleave(gfp_t gfp, unsigned order, unsigned nid) argument
1764 unsigned nid; local
2175 int nid, prefer = 0; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/demos/engines/rsaref/
H A Drsaref.c88 const int **nids, int nid);
90 const int **nids, int nid);
516 const int **nids, int nid)
526 switch (nid) {
545 const int **nids, int nid)
555 switch (nid) {
515 rsaref_ciphers(ENGINE *e, const EVP_CIPHER **cipher, const int **nids, int nid) argument
544 rsaref_digests(ENGINE *e, const EVP_MD **digest, const int **nids, int nid) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Dssl_conf.c294 int nid; local
295 nid = EC_curve_nist2nid(value);
296 if (nid == NID_undef)
297 nid = OBJ_sn2nid(value);
298 if (nid == 0)
300 ecdh = EC_KEY_new_by_curve_name(nid);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/demos/engines/rsaref/
H A Drsaref.c87 const int **nids, int nid);
89 const int **nids, int nid);
501 const int **nids, int nid)
511 switch (nid)
527 const int **nids, int nid)
537 switch (nid)
500 rsaref_ciphers(ENGINE *e, const EVP_CIPHER **cipher, const int **nids, int nid) argument
526 rsaref_digests(ENGINE *e, const EVP_MD **digest, const int **nids, int nid) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/demos/engines/rsaref/
H A Drsaref.c88 const int **nids, int nid);
90 const int **nids, int nid);
516 const int **nids, int nid)
526 switch (nid) {
545 const int **nids, int nid)
555 switch (nid) {
515 rsaref_ciphers(ENGINE *e, const EVP_CIPHER **cipher, const int **nids, int nid) argument
544 rsaref_digests(ENGINE *e, const EVP_MD **digest, const int **nids, int nid) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Dssl_conf.c294 int nid; local
295 nid = EC_curve_nist2nid(value);
296 if (nid == NID_undef)
297 nid = OBJ_sn2nid(value);
298 if (nid == 0)
300 ecdh = EC_KEY_new_by_curve_name(nid);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/hda/
H A Dpatch_nvhdmi.c200 hdmi_set_channel_count(codec, hinfo->nid,
203 hdmi_setup_audio_infoframe(codec, hinfo->nid, substream);
205 return hdmi_setup_stream(codec, hinfo->nid, stream_tag, format);
353 .nid = nvhdmi_master_con_nid_7x,
368 .nid = nvhdmi_master_con_nid_7x,
398 info->stream[SNDRV_PCM_STREAM_PLAYBACK].nid = spec->cvt[i];
H A Dpatch_si3054.c163 snd_hda_codec_setup_stream(codec, hinfo->nid,
188 .nid = 0x1,
203 si3054_pcm.nid = codec->mfg;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/evp/
H A De_aes.c441 # define BLOCK_CIPHER_generic(nid,keylen,blocksize,ivlen,nmode,mode,MODE,flags) \
443 nid##_##keylen##_##nmode,blocksize,keylen/8,ivlen, \
451 nid##_##keylen##_##nmode,blocksize, \
462 # define BLOCK_CIPHER_custom(nid,keylen,blocksize,ivlen,mode,MODE,flags) \
464 nid##_##keylen##_##mode,blocksize, \
473 nid##_##keylen##_##mode,blocksize, \
810 # define BLOCK_CIPHER_generic(nid,keylen,blocksize,ivlen,nmode,mode,MODE,flags) \
812 nid##_##keylen##_##nmode,blocksize,keylen/8,ivlen, \
820 nid##_##keylen##_##nmode,blocksize, \
831 # define BLOCK_CIPHER_custom(nid,keyle
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/evp/
H A De_aes.c441 # define BLOCK_CIPHER_generic(nid,keylen,blocksize,ivlen,nmode,mode,MODE,flags) \
443 nid##_##keylen##_##nmode,blocksize,keylen/8,ivlen, \
451 nid##_##keylen##_##nmode,blocksize, \
462 # define BLOCK_CIPHER_custom(nid,keylen,blocksize,ivlen,mode,MODE,flags) \
464 nid##_##keylen##_##mode,blocksize, \
473 nid##_##keylen##_##mode,blocksize, \
810 # define BLOCK_CIPHER_generic(nid,keylen,blocksize,ivlen,nmode,mode,MODE,flags) \
812 nid##_##keylen##_##nmode,blocksize,keylen/8,ivlen, \
820 nid##_##keylen##_##nmode,blocksize, \
831 # define BLOCK_CIPHER_custom(nid,keyle
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/test/
H A Decdhtest.c123 static int test_ecdh_curve(int nid, const char *text, BN_CTX *ctx, BIO *out) argument
134 a = EC_KEY_new_by_curve_name(nid);
135 b = EC_KEY_new_by_curve_name(nid);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/ecdh/
H A Decdhtest.c123 static int test_ecdh_curve(int nid, const char *text, BN_CTX *ctx, BIO *out) argument
134 a = EC_KEY_new_by_curve_name(nid);
135 b = EC_KEY_new_by_curve_name(nid);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/
H A Dsetup.c190 void __init __add_active_range(unsigned int nid, unsigned long start_pfn, argument
193 struct resource *res = &mem_resources[nid];
229 add_active_range(nid, start_pfn, end_pfn);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/rsa/
H A Drsa_ameth.c670 int nid, nid2; local
674 nid = OBJ_obj2nid(alg->algorithm);
675 if (nid == NID_rsaEncryption)
677 if (nid == NID_rsassaPss)
680 if (OBJ_find_sigid_algs(nid, NULL, &nid2)) {
792 int nid; local
804 nid = OBJ_obj2nid(cmsalg->algorithm);
805 if (nid == NID_rsaEncryption)
807 if (nid != NID_rsaesOaep) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Diommu.h90 int nid);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dec.h150 void EC_GROUP_set_curve_name(EC_GROUP *, int nid);
187 EC_GROUP *EC_GROUP_new_by_curve_name(int nid);
190 int nid; member in struct:__anon7206
304 EC_KEY *EC_KEY_new_by_curve_name(int nid);
H A Dengine.h283 * int foo(ENGINE *e, const EVP_CIPHER **cipher, const int **nids, int nid);
284 * int foo(ENGINE *e, const EVP_MD **digest, const int **nids, int nid);
286 * the framework wants the EVP_CIPHER for 'nid', it will call;
287 * foo(e, &p_evp_cipher, NULL, nid); (return zero for failure)
288 * If the framework wants a list of supported 'nid's, it will call;
291 /* Returns to a pointer to the array of supported cipher 'nid's. If the second
499 const EVP_CIPHER *ENGINE_get_cipher(ENGINE *e, int nid);
500 const EVP_MD *ENGINE_get_digest(ENGINE *e, int nid);
545 * ciphering or digesting corresponding to "nid". */
546 ENGINE *ENGINE_get_cipher_engine(int nid);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/rsa/
H A Drsa_ameth.c670 int nid, nid2; local
674 nid = OBJ_obj2nid(alg->algorithm);
675 if (nid == NID_rsaEncryption)
677 if (nid == NID_rsassaPss)
680 if (OBJ_find_sigid_algs(nid, NULL, &nid2)) {
792 int nid; local
804 nid = OBJ_obj2nid(cmsalg->algorithm);
805 if (nid == NID_rsaEncryption)
807 if (nid != NID_rsaesOaep) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/ec/
H A Dec.h150 void EC_GROUP_set_curve_name(EC_GROUP *, int nid);
187 EC_GROUP *EC_GROUP_new_by_curve_name(int nid);
190 int nid; member in struct:__anon7113
304 EC_KEY *EC_KEY_new_by_curve_name(int nid);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/engine/
H A Dengine.h283 * int foo(ENGINE *e, const EVP_CIPHER **cipher, const int **nids, int nid);
284 * int foo(ENGINE *e, const EVP_MD **digest, const int **nids, int nid);
286 * the framework wants the EVP_CIPHER for 'nid', it will call;
287 * foo(e, &p_evp_cipher, NULL, nid); (return zero for failure)
288 * If the framework wants a list of supported 'nid's, it will call;
291 /* Returns to a pointer to the array of supported cipher 'nid's. If the second
499 const EVP_CIPHER *ENGINE_get_cipher(ENGINE *e, int nid);
500 const EVP_MD *ENGINE_get_digest(ENGINE *e, int nid);
545 * ciphering or digesting corresponding to "nid". */
546 ENGINE *ENGINE_get_cipher_engine(int nid);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/evp/
H A Devp_enc.c110 (cipher && (cipher->nid == ctx->cipher->nid))))
133 impl = ENGINE_get_cipher_engine(cipher->nid);
137 const EVP_CIPHER *c = ENGINE_get_cipher(impl, cipher->nid);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/kernel/
H A Dpci_msi.c282 int err, nid; local
287 nid = pbm->numa_node;
288 if (nid != -1) {
289 cpumask_t numa_mask = *cpumask_of_node(nid);

Completed in 402 milliseconds

<<111213141516171819