Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/openssl/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) in bn_div_3_words() function
259 * - availability of constant-time bn_div_3_words;
346 q = bn_div_3_words(wnumtop, d1, d0); in bn_div_fixed_top()
/third_party/openssl/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) in bn_div_3_words() function
259 * - availability of constant-time bn_div_3_words;
346 q = bn_div_3_words(wnumtop, d1, d0); in bn_div_fixed_top()
/third_party/node/deps/openssl/config/archs/linux64-mips64/asm/crypto/bn/
H A Dbn-mips.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
/third_party/node/deps/openssl/config/archs/linux64-mips64/asm_avx2/crypto/bn/
H A Dbn-mips.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
/third_party/node/deps/openssl/openssl/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
/third_party/openssl/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 7 milliseconds