Home
last modified time | relevance | path

Searched refs:ec_scalar_from_bytes (Results 1 – 8 of 8) sorted by relevance

/external/boringssl/src/crypto/fipsmodule/ec/
Dscalar.c63 int ec_scalar_from_bytes(const EC_GROUP *group, EC_SCALAR *out, in ec_scalar_from_bytes() function
Dinternal.h123 int ec_scalar_from_bytes(const EC_GROUP *group, EC_SCALAR *out,
/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/ec/
Dscalar.c63 int ec_scalar_from_bytes(const EC_GROUP *group, EC_SCALAR *out, in ec_scalar_from_bytes() function
Dinternal.h123 int ec_scalar_from_bytes(const EC_GROUP *group, EC_SCALAR *out,
/external/boringssl/src/crypto/trust_token/
Dvoprf.c109 ec_scalar_from_bytes(group, out, CBS_data(&tmp), CBS_len(&tmp)); in scalar_from_cbs()
151 if (!ec_scalar_from_bytes(group, &key->xs, in, len)) { in voprf_issuer_key_from_bytes()
Dpmbtoken.c239 !ec_scalar_from_bytes(group, scalars[i], CBS_data(&tmp), in pmbtoken_issuer_key_from_bytes()
342 ec_scalar_from_bytes(group, out, CBS_data(&tmp), CBS_len(&tmp)); in scalar_from_cbs()
/external/rust/crates/quiche/deps/boringssl/src/crypto/trust_token/
Dpmbtoken.c219 !ec_scalar_from_bytes(group, scalars[i], CBS_data(&tmp), in pmbtoken_issuer_key_from_bytes()
326 ec_scalar_from_bytes(group, out, CBS_data(&tmp), CBS_len(&tmp)); in scalar_from_cbs()
/external/rust/crates/grpcio-sys/grpc/src/boringssl/
Dboringssl_prefix_symbols.h3062 #define ec_scalar_from_bytes BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, ec_scalar_from_bytes) macro