Searched refs:enc2 (Results 1 - 5 of 5) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/ec/curve448/ |
H A D | curve448.c | 331 uint8_t enc2[EDDSA_448_PUBLIC_BYTES]; in ossl_curve448_point_decode_like_eddsa_and_mul_by_ratio() local 335 memcpy(enc2, enc, sizeof(enc2)); in ossl_curve448_point_decode_like_eddsa_and_mul_by_ratio() 337 low = ~word_is_zero(enc2[EDDSA_448_PRIVATE_BYTES - 1] & 0x80); in ossl_curve448_point_decode_like_eddsa_and_mul_by_ratio() 338 enc2[EDDSA_448_PRIVATE_BYTES - 1] &= ~0x80; in ossl_curve448_point_decode_like_eddsa_and_mul_by_ratio() 340 succ = gf_deserialize(p->y, enc2, 1, 0); in ossl_curve448_point_decode_like_eddsa_and_mul_by_ratio() 341 succ &= word_is_zero(enc2[EDDSA_448_PRIVATE_BYTES - 1]); in ossl_curve448_point_decode_like_eddsa_and_mul_by_ratio() 379 OPENSSL_cleanse(enc2, sizeof(enc2)); in ossl_curve448_point_decode_like_eddsa_and_mul_by_ratio()
|
/third_party/openssl/crypto/ec/curve448/ |
H A D | curve448.c | 331 uint8_t enc2[EDDSA_448_PUBLIC_BYTES]; in ossl_curve448_point_decode_like_eddsa_and_mul_by_ratio() local 335 memcpy(enc2, enc, sizeof(enc2)); in ossl_curve448_point_decode_like_eddsa_and_mul_by_ratio() 337 low = ~word_is_zero(enc2[EDDSA_448_PRIVATE_BYTES - 1] & 0x80); in ossl_curve448_point_decode_like_eddsa_and_mul_by_ratio() 338 enc2[EDDSA_448_PRIVATE_BYTES - 1] &= ~0x80; in ossl_curve448_point_decode_like_eddsa_and_mul_by_ratio() 340 succ = gf_deserialize(p->y, enc2, 1, 0); in ossl_curve448_point_decode_like_eddsa_and_mul_by_ratio() 341 succ &= word_is_zero(enc2[EDDSA_448_PRIVATE_BYTES - 1]); in ossl_curve448_point_decode_like_eddsa_and_mul_by_ratio() 379 OPENSSL_cleanse(enc2, sizeof(enc2)); in ossl_curve448_point_decode_like_eddsa_and_mul_by_ratio()
|
/third_party/icu/tools/unicodetools/com/ibm/rbm/gui/ |
H A D | ResourceCreationDialog.java | 88 String enc2 = enc2Field.getText().trim(); in createResource() 89 if (enc2 != null && !enc2.equals("")) encoding += "_" + enc2; in createResource()
|
/third_party/node/test/fixtures/postject-copy/node_modules/postject/dist/ |
H A D | api.js | [all...] |
/third_party/sqlite/src/ |
H A D | sqlite3.c | 176134 int enc2; global() local [all...] |
Completed in 136 milliseconds