Searched refs:bn_div_3_words (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/bn/
H A Dbn_div.c91 BN_ULONG bn_div_3_words(const BN_ULONG *m, BN_ULONG d1, BN_ULONG d0);
115 static BN_ULONG bn_div_3_words(const BN_ULONG *m, BN_ULONG d1, BN_ULONG d0) function
259 * - availability of constant-time bn_div_3_words;
346 q = bn_div_3_words(wnumtop, d1, d0);
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/bn/
H A Dbn_div.c91 BN_ULONG bn_div_3_words(const BN_ULONG *m, BN_ULONG d1, BN_ULONG d0);
115 static BN_ULONG bn_div_3_words(const BN_ULONG *m, BN_ULONG d1, BN_ULONG d0) function
259 * - availability of constant-time bn_div_3_words;
346 q = bn_div_3_words(wnumtop, d1, d0);
/netbsd-current/crypto/external/bsd/openssl.old/lib/libcrypto/arch/mips/
H A Dmips.S575 * The bn_div_3_words entry point is re-used for constant-time interface.
579 .globl bn_div_3_words
580 .ent bn_div_3_words
581 bn_div_3_words: label
596 .end bn_div_3_words
H A Dmips64.S572 * The bn_div_3_words entry point is re-used for constant-time interface.
576 .globl bn_div_3_words
577 .ent bn_div_3_words
578 bn_div_3_words: label
593 .end bn_div_3_words
/netbsd-current/crypto/external/bsd/openssl/lib/libcrypto/arch/mips/
H A Dmips.S575 * The bn_div_3_words entry point is re-used for constant-time interface.
579 .globl bn_div_3_words
580 .ent bn_div_3_words
581 bn_div_3_words: label
596 .end bn_div_3_words
H A Dmips64.S572 * The bn_div_3_words entry point is re-used for constant-time interface.
576 .globl bn_div_3_words
577 .ent bn_div_3_words
578 bn_div_3_words: label
593 .end bn_div_3_words
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/bn/asm/
H A Dmips.pl803 * The bn_div_3_words entry point is re-used for constant-time interface.
807 .globl bn_div_3_words
808 .ent bn_div_3_words
809 bn_div_3_words: label
824 .end bn_div_3_words
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/bn/asm/
H A Dmips.pl805 * The bn_div_3_words entry point is re-used for constant-time interface.
809 .globl bn_div_3_words
810 .ent bn_div_3_words
811 bn_div_3_words: label
826 .end bn_div_3_words

Completed in 204 milliseconds