Lines Matching defs:num
333 int num,
345 push_certinfo(namebuf, num);
445 ASN1_INTEGER *num;
461 num = X509_get_serialNumber(x);
462 if(num->type == V_ASN1_NEG_INTEGER)
464 for(j = 0; j < num->length; j++)
465 BIO_printf(mem, "%02x", num->data[j]);
678 bio->num = -1;
691 static long ossl_bio_cf_ctrl(BIO *bio, int cmd, long num, void *ptr)
703 BIO_set_shutdown(bio, (int)num);
965 static int passwd_callback(char *buf, int num, int encrypting,
972 if(num > klen) {