Searched refs:num (Results 1 - 5 of 5) sorted by relevance

/solaris-userland-s11u3/components/net-snmp/sun/agent/modules/entityMib/
H A DentPhysicalContainsTable.c496 int num=0; local
535 num++;
542 if (num) {
606 int num=0; local
623 num++;
629 if (num) {
631 return (num);
646 int num=0; local
670 num++;
678 if (num) {
[all...]
H A DentLPMappingTable.c514 /* Returns num of successful deletion
522 int num=0; local
542 num++;
549 if (num) {
551 return (num);
557 /* Returns num of successful deletion
/solaris-userland-s11u3/components/openssl/common/engines/pkcs11/
H A De_pk11_pub.c475 int i, num = 0, r = -1; local
478 num = BN_num_bytes(rsa->n);
479 if ((buf = (unsigned char *)OPENSSL_malloc(num)) == NULL)
488 i = RSA_padding_add_PKCS1_type_2(buf, num, from, flen);
492 i = RSA_padding_add_PKCS1_OAEP(buf, num, from, flen, NULL, 0);
496 i = RSA_padding_add_SSLv23(buf, num, from, flen);
499 i = RSA_padding_add_none(buf, num, from, flen);
508 r = pk11_RSA_public_encrypt_low(num, buf, to, rsa);
512 OPENSSL_cleanse(buf, num);
526 int i, num local
567 int j, num = 0, r = -1; local
655 int i, num = 0, r = -1; local
[all...]
H A De_pk11.c251 static void pk11_rand_seed(const void *buf, int num);
252 static void pk11_rand_add(const void *buf, int num, double add_entropy);
254 static int pk11_rand_bytes(unsigned char *buf, int num);
1401 static void pk11_rand_add(const void *buf, int num, double add) argument
1412 pFuncList->C_SeedRandom(sp->session, (unsigned char *) buf, num);
1418 static void pk11_rand_seed(const void *buf, int num) argument
1420 pk11_rand_add(buf, num, 0);
1423 static int pk11_rand_bytes(unsigned char *buf, int num) argument
1431 rv = pFuncList->C_GenerateRandom(sp->session, buf, num);
/solaris-userland-s11u3/components/texinfo/
H A Dtexi2html.pl1843 local($num) = @_;
1845 return("${docu_name}_$num.html");

Completed in 31 milliseconds