Home
last modified time | relevance | path

Searched refs:private_value (Results 1 – 16 of 16) sorted by relevance

/external/python/cryptography/tests/hazmat/primitives/
Dfixtures_ec.py11 private_value=int(
32 private_value=int(
50 private_value=int(
68 private_value=int(
86 private_value=int(
101 private_value=int(
122 private_value=int(
140 private_value=int(
158 private_value=int(
176 private_value=int(
[all …]
Dtest_ec.py111 private_numbers.private_value, curve, backend
140 assert numbers.private_value == 1
155 def test_invalid_ec_numbers_args(private_value, x, y, curve): argument
158 private_value, ec.EllipticCurvePublicNumbers(x, y, curve)
305 assert priv_num.private_value == vector['d']
/external/tinyalsa/include/tinyalsa/
Dmixer_plugin.h66 uint32_t private_value; member
128 .private_value = priv_val, .private_data = priv_data, \
137 .private_value = priv_val, .private_data = priv_data, \
146 .private_value = priv_val, .private_data = priv_data, \
155 .private_value = priv_val, .private_data = priv_data, \
165 c->private_value = pval; c->private_data = pdata; \
174 c->private_value = pval; c->private_data = pdata; \
183 c->private_value = pval; c->private_data = pdata; \
191 c->private_value = priv_val; c->private_data = priv_data; \
/external/python/cryptography/src/cryptography/hazmat/primitives/asymmetric/
Dec.py330 def derive_private_key(private_value, curve, backend): argument
331 if not isinstance(private_value, six.integer_types):
334 if private_value <= 0:
340 return backend.derive_elliptic_curve_private_key(private_value, curve)
431 def __init__(self, private_value, public_numbers): argument
432 if not isinstance(private_value, six.integer_types):
441 self._private_value = private_value
447 private_value = utils.read_only_property("_private_value") variable in EllipticCurvePrivateNumbers
455 self.private_value == other.private_value and
463 return hash((self.private_value, self.public_numbers))
/external/tinyalsa_new/include/tinyalsa/
Dplugin.h62 c->private_value = pval; c->private_data = pdata; \
71 c->private_value = pval; c->private_data = pdata; \
80 c->private_value = pval; c->private_data = pdata; \
89 c->private_value = priv_val; c->private_data = priv_data; \
208 uint32_t private_value; member
/external/wpa_supplicant_8/src/eap_server/
Deap_server_pwd.c44 struct crypto_bignum *private_value; member
147 crypto_bignum_deinit(data->private_value, 1); in eap_pwd_reset()
253 data->private_value = crypto_bignum_init(); in eap_pwd_build_commit_req()
257 if (!data->private_value || !data->my_element || !data->my_scalar || in eap_pwd_build_commit_req()
264 if (eap_pwd_get_rand_mask(data->grp, data->private_value, mask, in eap_pwd_build_commit_req()
708 (crypto_ec_point_mul(data->grp->group, K, data->private_value, in eap_pwd_process_commit_resp()
/external/python/cryptography/src/cryptography/hazmat/backends/openssl/
Dec.py205 private_value = self._backend._bn_to_int(bn)
207 private_value=private_value,
Dbackend.py1368 private_value = self._ffi.gc(
1369 self._int_to_bn(numbers.private_value), self._lib.BN_clear_free
1371 res = self._lib.EC_KEY_set_private_key(ec_cdata, private_value)
1409 def derive_elliptic_curve_private_key(self, private_value, curve): argument
1418 value = self._int_to_bn(private_value)
1434 private = self._int_to_bn(private_value)
/external/wpa_supplicant_8/src/eap_peer/
Deap_pwd.c46 struct crypto_bignum *private_value; member
182 crypto_bignum_deinit(data->private_value, 1); in eap_pwd_deinit()
575 data->private_value = crypto_bignum_init(); in eap_pwd_perform_commit_exchange()
579 if (!data->private_value || !data->my_element || in eap_pwd_perform_commit_exchange()
585 if (eap_pwd_get_rand_mask(data->grp, data->private_value, mask, in eap_pwd_perform_commit_exchange()
631 crypto_ec_point_mul(data->grp->group, K, data->private_value, in eap_pwd_perform_commit_exchange()
/external/python/cryptography/src/cryptography/hazmat/backends/
Dinterfaces.py225 def derive_elliptic_curve_private_key(self, private_value, curve): argument
/external/python/cryptography/docs/hazmat/primitives/asymmetric/
Dec.rst23 .. function:: derive_private_key(private_value, curve, backend)
27 Derive a private key from ``private_value`` on ``curve`` for use with
30 :param int private_value: The secret scalar value.
123 .. class:: EllipticCurvePrivateNumbers(private_value, public_numbers)
136 .. attribute:: private_value
/external/boringssl/src/crypto/trust_token/
Dtrust_token_test.cc643 uint8_t private_value; in TEST_P() local
648 issuer.get(), &public_value, &private_value, &rtoken, in TEST_P()
656 ASSERT_EQ(private_value, private_metadata()); in TEST_P()
/external/python/cryptography/docs/hazmat/backends/
Dinterfaces.rst421 .. method:: derive_elliptic_curve_private_key(private_value, curve)
423 :param private_value: A secret scalar value.
/external/scapy/test/
Dcert.uts135 y.key.private_numbers().private_value == 9071978643126308213467093667018083978203107805077373248970…
/external/libabigail/tests/data/test-diff-filter/
Dtest-PR27569-v1.abi62786 …<var-decl name="private_value" type-id="7359adad" visibility="default" filepath="include/sound/con…
Dtest-PR27569-v0.abi62772 …<var-decl name="private_value" type-id="7359adad" visibility="default" filepath="include/sound/con…