HomeSort by relevance Sort by last modified time
    Searched defs:bn_sub_words (Results 1 - 4 of 4) sorted by null

  /external/boringssl/linux-x86/crypto/bn/
bn-586.S 808 .globl bn_sub_words
809 .hidden bn_sub_words
810 .type bn_sub_words,@function
812 bn_sub_words: label
990 .size bn_sub_words,.-.L_bn_sub_words_begin
  /external/boringssl/src/crypto/bn/asm/
bn-586.pl 19 &bn_sub_words("bn_sub_words");
495 sub bn_sub_words subroutine
x86_64-gcc.c 224 BN_ULONG bn_sub_words(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, function
252 BN_ULONG bn_sub_words(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b, int n) { function
  /external/boringssl/src/crypto/bn/
generic.c 574 BN_ULONG bn_sub_words(BN_ULONG *r, const BN_ULONG *a, const BN_ULONG *b, function
1114 c0 = bn_sub_words(rp, tp, np, num);

Completed in 835 milliseconds