Searched refs:bnser (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Dx509.c728 BIGNUM *bnser; local
731 bnser = ASN1_INTEGER_to_BN(ser, NULL);
732 if (!bnser)
734 if (!BN_add_word(bnser, 1))
736 ser = BN_to_ASN1_INTEGER(bnser, NULL);
739 BN_free(bnser);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Dx509.c728 BIGNUM *bnser; local
731 bnser = ASN1_INTEGER_to_BN(ser, NULL);
732 if (!bnser)
734 if (!BN_add_word(bnser, 1))
736 ser = BN_to_ASN1_INTEGER(bnser, NULL);
739 BN_free(bnser);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Dx509.c718 BIGNUM *bnser; local
721 bnser = ASN1_INTEGER_to_BN(ser, NULL);
722 if (!bnser)
724 if (!BN_add_word(bnser, 1))
726 ser = BN_to_ASN1_INTEGER(bnser, NULL);
729 BN_free(bnser);

Completed in 77 milliseconds