HomeSort by relevance Sort by last modified time
    Searched defs:bn (Results 1 - 25 of 59) sorted by null

1 2 3

  /external/google-tv-pairing-protocol/cpp/src/polo/util/
poloutil.cc 25 BIGNUM* bn = BN_bin2bn(bytes, length, NULL); local
26 char* hex = BN_bn2hex(bn);
28 BN_free(bn);
36 BIGNUM* bn = NULL; local
37 BN_hex2bn(&bn, hex_string.c_str());
38 int length = BN_num_bytes(bn);
40 BN_bn2bin(bn, &bytes[0]);
41 BN_free(bn);
48 BIGNUM* bn = BN_new(); local
49 BN_add_word(bn, value)
66 BIGNUM* bn = BN_bin2bn(bytes, 4, NULL); local
    [all...]
  /external/clang/test/OpenMP/
nvptx_target_codegen.cpp 23 float bn[n]; local
264 bn[3] += 1.0;
target_codegen.cpp 85 float bn[n]; local
294 bn[3] += 1.0;
    [all...]
target_firstprivate_codegen.cpp 52 float bn[n]; local
113 #pragma omp target firstprivate(aa,b,bn,c,cn,d)
117 bn[3] = 1.0;
154 // firstprivate(bn), 2 entries, n and bn: (1) base_ptr = n, ptr = n, size = 8 ; (2) base_ptr = &c[0], ptr = &c[0], size = n*sizeof(float)
270 // firstprivate(bn)
    [all...]
target_private_codegen.cpp 29 float bn[n]; local
66 #pragma omp target private(a, b, bn, c, cn, d)
70 bn[3] = 1.0;
106 // bn[3] = 1.0
  /packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
BrowseTree.java 125 for (BrowseNode bn : mChildren) {
126 if (bn.equals(node)) {
218 for (BrowseNode bn : parent.getChildren()) {
219 childrenList.add(bn.getMediaItem());
226 BrowseNode bn = mBrowseMap.get(parentID); local
227 if (bn == null) {
234 return bn;
248 for (BrowseNode bn : items) {
249 parent.getChildren().add(bn);
250 mBrowseMap.put(bn.getID(), bn) local
277 BrowseNode bn = findFolderByIDLocked(uid); local
298 BrowseNode bn = findFolderByIDLocked(uid); local
312 BrowseNode bn = findFolderByIDLocked(uid); local
    [all...]
  /external/boringssl/src/crypto/bn/
bn.c 57 #include <openssl/bn.h>
69 BIGNUM *bn = OPENSSL_malloc(sizeof(BIGNUM)); local
71 if (bn == NULL) {
72 OPENSSL_PUT_ERROR(BN, ERR_R_MALLOC_FAILURE);
76 OPENSSL_memset(bn, 0, sizeof(BIGNUM));
77 bn->flags = BN_FLG_MALLOCED;
79 return bn;
82 void BN_init(BIGNUM *bn) {
83 OPENSSL_memset(bn, 0, sizeof(BIGNUM));
86 void BN_free(BIGNUM *bn) {
    [all...]
convert.c 57 #include <openssl/bn.h>
76 BIGNUM *bn = NULL; local
79 ret = bn = BN_new();
94 if (bn) {
95 BN_free(bn);
122 BIGNUM *bn = NULL; local
124 bn = BN_new();
125 ret = bn;
141 BN_free(bn);
256 char *BN_bn2hex(const BIGNUM *bn) {
    [all...]
ctx.c 55 #include <openssl/bn.h>
129 OPENSSL_PUT_ERROR(BN, ERR_R_MALLOC_FAILURE);
158 OPENSSL_PUT_ERROR(BN, BN_R_TOO_MANY_TEMPORARY_VARIABLES);
174 OPENSSL_PUT_ERROR(BN, BN_R_TOO_MANY_TEMPORARY_VARIABLES);
246 BIGNUM *bn = p->head->vals; local
248 if (bn->d) {
249 BN_clear_free(bn);
251 bn++;
262 BIGNUM *bn; local
270 bn = item->vals
    [all...]
bn_test.cc 70 /* Per C99, various stdint.h and inttypes.h macros (the latter used by bn.h) are
88 #include <openssl/bn.h>
874 bssl::UniquePtr<BIGNUM> bn; local
875 int ret = DecimalToBIGNUM(&bn, "0");
876 if (ret != 1 || !BN_is_zero(bn.get()) || BN_is_negative(bn.get())) {
881 ret = DecimalToBIGNUM(&bn, "256");
882 if (ret != 3 || !BN_is_word(bn.get(), 256) || BN_is_negative(bn.get())) {
887 ret = DecimalToBIGNUM(&bn, "-42")
909 bssl::UniquePtr<BIGNUM> bn; local
952 bssl::UniquePtr<BIGNUM> bn = ASCIIToBIGNUM("0"); local
1150 bssl::UniquePtr<BIGNUM> bn = ASCIIToBIGNUM(test.value_ascii); local
1257 bssl::UniquePtr<BIGNUM> bn = ASCIIToBIGNUM("-1"); local
1593 bssl::UniquePtr<BIGNUM> bn; local
    [all...]
  /external/ipsec-tools/src/racoon/
prsa_par.h 95 BIGNUM *bn; member in union:YYSTYPE
  /external/testng/src/main/java/org/testng/
Converter.java 68 String bn = fileName.substring(0, ind); local
69 int ind2 = bn.lastIndexOf(File.separatorChar);
70 String baseName = bn.substring(ind2 + 1);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
getpath.c 303 char *bn; local
307 bn = basename(filename); // Separate off the file name component
309 bnlen = strlen(bn);
310 newbn = strrchr(bn, '.'); // Does basename contain a period?
312 newbn = &bn[bnlen];
319 joinpath(filename, bn); // Stitch path and file name back together
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
getpath.c 234 char *bn; local
238 bn = basename(filename); // Separate off the file name component
240 bnlen = strlen(bn);
241 newbn = strrchr(bn, '.'); // Does basename contain a period?
243 newbn = &bn[bnlen];
250 joinpath(filename, bn); // Stitch path and file name back together
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_bb.cpp 351 Graph::Node *bn = &that->dom; local
354 while (dn && dn != bn)
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/test/SwitchingSampRate/
SwitchingSampRate.cc 320 int32_t bn; local
321 WebRtcIsac_GetUplinkBw(codecInstance[senderIdx], &bn);
322 printf("[%d] ", bn);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
LinearLayoutRule.java 285 Rect bn = targetNode.getBounds(); local
286 if (!bn.isValid()) {
296 int last = isVertical ? bn.y : bn.x;
    [all...]
  /system/extras/verity/
build_verity_tree.cpp 1 #include <openssl/bn.h>
161 BIGNUM *bn = NULL; local
162 if(!BN_hex2bn(&bn, optarg)) {
165 salt_size = BN_num_bytes(bn);
170 if((size_t)BN_bn2bin(bn, salt) != salt_size) {
  /external/e2fsprogs/debugfs/
do_journal.c 540 size_t bn = 0, rn = 0; local
555 err = read_list(optarg, &blist, &bn);
580 if (bn > 0 && optind != argc - 1) {
585 if (bn > 0) {
594 err = journal_write(current_journal, flags, blist, bn,
  /external/wpa_supplicant_8/src/common/
sae.c 119 struct crypto_bignum *bn = NULL; local
131 bn = crypto_bignum_init_set(val, order_len);
132 if (bn == NULL)
134 if (crypto_bignum_is_zero(bn) ||
135 crypto_bignum_is_one(bn) ||
136 crypto_bignum_cmp(bn, sae->tmp->order) >= 0) {
137 crypto_bignum_deinit(bn, 0);
144 return bn;
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
p2p_supplicant_sd.c 1146 struct p2p_srv_bonjour *bsrv, *bn; local
1149 dl_list_for_each_safe(bsrv, bn, &wpa_s->global->p2p_srv_bonjour,
  /libcore/ojluni/src/main/java/sun/nio/fs/
UnixPath.java 422 int bn = this.getNameCount(); local
426 int n = (bn > cn) ? cn : bn;
434 int dotdots = bn - i;
  /toolchain/binutils/binutils-2.25/binutils/
windmc.c 1086 const char *bn, *bn2; local
1089 bn = strrchr (input_filename, '/');
1091 if (! bn)
1092 bn = bn2;
1093 if (bn && bn2 && bn < bn2)
1094 bn = bn2;
1095 if (! bn)
1096 bn = input_filename;
1098 bn++
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
opc2c.c 211 static int bn = 0; local
214 bn = (bn + 1) % 8;
215 bp = buf[bn];
231 return buf[bn];
  /external/boringssl/src/crypto/x509v3/
v3_utl.c 65 #include <openssl/bn.h>
186 BIGNUM *bn = NULL; local
194 bn = BN_new();
208 ret = BN_hex2bn(&bn, value);
210 ret = BN_dec2bn(&bn, value);
213 BN_free(bn);
218 if (isneg && BN_is_zero(bn))
221 aint = BN_to_ASN1_INTEGER(bn, NULL);
222 BN_free(bn);
    [all...]

Completed in 1453 milliseconds

1 2 3