Searched refs:bn (Results 26 - 50 of 295) sorted by relevance

1234567891011>>

/external/openssl/crypto/rsa/
H A Drsa_lib.c63 #include <openssl/bn.h>
294 BIGNUM *bn,**t[6],*b; local
314 bn=(BIGNUM *)p;
319 *(t[i])= &(bn[i]);
320 memcpy((char *)&(bn[i]),(char *)b,sizeof(BIGNUM));
321 bn[i].flags=BN_FLG_STATIC_DATA;
322 bn[i].d=ul;
H A Drsa_depr.c62 #include <openssl/bn.h>
/external/openssl/crypto/ec/
H A Dec_print.c90 const BIGNUM *bn,
98 if ((buf_len = BN_num_bytes(bn)) == 0) return NULL;
103 if (!BN_bn2bin(bn, buf))
89 EC_POINT_bn2point(const EC_GROUP *group, const BIGNUM *bn, EC_POINT *point, BN_CTX *ctx) argument
/external/openssl/crypto/bn/
H A Dbn_nist.c1 /* crypto/bn/bn_nist.c */
362 BN_ULONG bn[BN_NIST_192_TOP]; member in union:__anon28181
398 nist_cp_bn_0(buf.bn, a_d + BN_NIST_192_TOP, top - BN_NIST_192_TOP, BN_NIST_192_TOP);
432 nist_set_192(t_d, buf.bn, 0, 3, 3);
434 nist_set_192(t_d, buf.bn, 4, 4, 0);
436 nist_set_192(t_d, buf.bn, 5, 5, 5)
483 BN_ULONG bn[BN_NIST_224_TOP]; member in union:__anon28182
525 nist_set_224(buf.bn, c_d, 14, 13, 12, 11, 10, 9, 8);
529 nist_cp_bn_0(buf.bn, a_d + BN_NIST_224_TOP, top - BN_NIST_224_TOP, BN_NIST_224_TOP);
571 nist_set_224(t_d, buf.bn, 1
641 BN_ULONG bn[BN_NIST_256_TOP]; member in union:__anon28184
845 BN_ULONG bn[BN_NIST_384_TOP]; member in union:__anon28186
[all...]
/external/ipsec-tools/src/racoon/
H A Dprsa_par.h95 BIGNUM *bn; member in union:YYSTYPE
/external/openssl/crypto/asn1/
H A Dt_pkey.c63 #include <openssl/bn.h>
H A Da_int.c62 #include <openssl/bn.h>
404 ASN1_INTEGER *BN_to_ASN1_INTEGER(const BIGNUM *bn, ASN1_INTEGER *ai) argument
418 if (BN_is_negative(bn))
421 j=BN_num_bits(bn);
433 ret->length=BN_bn2bin(bn,ret->data);
446 BIGNUM *ASN1_INTEGER_to_BN(const ASN1_INTEGER *ai, BIGNUM *bn) argument
450 if ((ret=BN_bin2bn(ai->data,ai->length,bn)) == NULL)
/external/openssl/crypto/dh/
H A Ddh_asn1.c61 #include <openssl/bn.h>
H A Dp192.c60 #include <openssl/bn.h>
/external/openssl/crypto/dsa/
H A Ddsa_depr.c80 #include <openssl/bn.h>
/external/openssl/crypto/ecdh/
H A Decdh.h81 #include <openssl/bn.h>
/external/openssl/include/openssl/
H A Decdh.h81 #include <openssl/bn.h>
H A Dsrp.h72 #include <openssl/bn.h>
78 BIGNUM *bn; member in struct:SRP_gN_cache_st
/external/openssl/
H A Dimport_openssl.sh519 gen_asm_arm crypto/bn/asm/armv4-gf2m.pl
520 gen_asm_arm crypto/bn/asm/armv4-mont.pl
536 gen_asm_mips crypto/bn/asm/mips.pl crypto/bn/asm/bn-mips.S
537 gen_asm_mips crypto/bn/asm/mips-mont.pl
546 gen_asm_x86 crypto/bn/asm/bn-586.pl
547 gen_asm_x86 crypto/bn/asm/co-586.pl
548 gen_asm_x86 crypto/bn/as
[all...]
/external/chromium_org/third_party/boringssl/
H A Dboringssl.target.darwin-x86_64.mk78 third_party/boringssl/src/crypto/bn/add.c \
79 third_party/boringssl/src/crypto/bn/asm/x86_64-gcc.c \
80 third_party/boringssl/src/crypto/bn/bn.c \
81 third_party/boringssl/src/crypto/bn/bn_error.c \
82 third_party/boringssl/src/crypto/bn/cmp.c \
83 third_party/boringssl/src/crypto/bn/convert.c \
84 third_party/boringssl/src/crypto/bn/ctx.c \
85 third_party/boringssl/src/crypto/bn/div.c \
86 third_party/boringssl/src/crypto/bn/exponentiatio
[all...]
H A Dboringssl.target.linux-x86_64.mk78 third_party/boringssl/src/crypto/bn/add.c \
79 third_party/boringssl/src/crypto/bn/asm/x86_64-gcc.c \
80 third_party/boringssl/src/crypto/bn/bn.c \
81 third_party/boringssl/src/crypto/bn/bn_error.c \
82 third_party/boringssl/src/crypto/bn/cmp.c \
83 third_party/boringssl/src/crypto/bn/convert.c \
84 third_party/boringssl/src/crypto/bn/ctx.c \
85 third_party/boringssl/src/crypto/bn/div.c \
86 third_party/boringssl/src/crypto/bn/exponentiatio
[all...]
H A Dboringssl.target.darwin-x86.mk78 third_party/boringssl/src/crypto/bn/add.c \
79 third_party/boringssl/src/crypto/bn/asm/x86_64-gcc.c \
80 third_party/boringssl/src/crypto/bn/bn.c \
81 third_party/boringssl/src/crypto/bn/bn_error.c \
82 third_party/boringssl/src/crypto/bn/cmp.c \
83 third_party/boringssl/src/crypto/bn/convert.c \
84 third_party/boringssl/src/crypto/bn/ctx.c \
85 third_party/boringssl/src/crypto/bn/div.c \
86 third_party/boringssl/src/crypto/bn/exponentiatio
[all...]
H A Dboringssl.target.linux-x86.mk78 third_party/boringssl/src/crypto/bn/add.c \
79 third_party/boringssl/src/crypto/bn/asm/x86_64-gcc.c \
80 third_party/boringssl/src/crypto/bn/bn.c \
81 third_party/boringssl/src/crypto/bn/bn_error.c \
82 third_party/boringssl/src/crypto/bn/cmp.c \
83 third_party/boringssl/src/crypto/bn/convert.c \
84 third_party/boringssl/src/crypto/bn/ctx.c \
85 third_party/boringssl/src/crypto/bn/div.c \
86 third_party/boringssl/src/crypto/bn/exponentiatio
[all...]
H A Dboringssl.target.darwin-arm.mk78 third_party/boringssl/src/crypto/bn/add.c \
79 third_party/boringssl/src/crypto/bn/asm/x86_64-gcc.c \
80 third_party/boringssl/src/crypto/bn/bn.c \
81 third_party/boringssl/src/crypto/bn/bn_error.c \
82 third_party/boringssl/src/crypto/bn/cmp.c \
83 third_party/boringssl/src/crypto/bn/convert.c \
84 third_party/boringssl/src/crypto/bn/ctx.c \
85 third_party/boringssl/src/crypto/bn/div.c \
86 third_party/boringssl/src/crypto/bn/exponentiatio
[all...]
H A Dboringssl.target.linux-arm.mk78 third_party/boringssl/src/crypto/bn/add.c \
79 third_party/boringssl/src/crypto/bn/asm/x86_64-gcc.c \
80 third_party/boringssl/src/crypto/bn/bn.c \
81 third_party/boringssl/src/crypto/bn/bn_error.c \
82 third_party/boringssl/src/crypto/bn/cmp.c \
83 third_party/boringssl/src/crypto/bn/convert.c \
84 third_party/boringssl/src/crypto/bn/ctx.c \
85 third_party/boringssl/src/crypto/bn/div.c \
86 third_party/boringssl/src/crypto/bn/exponentiatio
[all...]
/external/chromium_org/third_party/boringssl/src/crypto/asn1/
H A Da_int.c403 ASN1_INTEGER *BN_to_ASN1_INTEGER(const BIGNUM *bn, ASN1_INTEGER *ai) argument
417 if (BN_is_negative(bn))
420 j=BN_num_bits(bn);
432 ret->length=BN_bn2bin(bn,ret->data);
445 BIGNUM *ASN1_INTEGER_to_BN(const ASN1_INTEGER *ai, BIGNUM *bn) argument
449 if ((ret=BN_bin2bn(ai->data,ai->length,bn)) == NULL)
/external/openssl/crypto/srp/
H A Dsrp.h72 #include <openssl/bn.h>
78 BIGNUM *bn; member in struct:SRP_gN_cache_st
/external/chromium_org/crypto/
H A Dscoped_openssl_types.h9 #include <openssl/bn.h>
/external/chromium_org/third_party/boringssl/src/crypto/ec/
H A Dexample_mul.c70 #include <openssl/bn.h>
/external/chromium_org/third_party/boringssl/src/crypto/x509/
H A Dx509_r2x.c58 #include <openssl/bn.h>

Completed in 487 milliseconds

1234567891011>>