Searched refs:ec_scalar_from_bytes (Results 1 – 8 of 8) sorted by relevance
/external/boringssl/src/crypto/fipsmodule/ec/ |
D | scalar.c | 63 int ec_scalar_from_bytes(const EC_GROUP *group, EC_SCALAR *out, in ec_scalar_from_bytes() function
|
D | internal.h | 123 int ec_scalar_from_bytes(const EC_GROUP *group, EC_SCALAR *out,
|
/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/ec/ |
D | scalar.c | 63 int ec_scalar_from_bytes(const EC_GROUP *group, EC_SCALAR *out, in ec_scalar_from_bytes() function
|
D | internal.h | 123 int ec_scalar_from_bytes(const EC_GROUP *group, EC_SCALAR *out,
|
/external/boringssl/src/crypto/trust_token/ |
D | voprf.c | 109 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()
|
D | pmbtoken.c | 239 !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/ |
D | pmbtoken.c | 219 !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/ |
D | boringssl_prefix_symbols.h | 3062 #define ec_scalar_from_bytes BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, ec_scalar_from_bytes) macro
|