Home
last modified time | relevance | path

Searched defs:byte (Results 1 – 9 of 9) sorted by relevance

/crypto/fipsmodule/bn/
A Dbn_test_to_fuzzer.go160 func appendLengthPrefixed(ret, b []byte) []byte {
166 func appendUnsigned(ret []byte, n *big.Int) []byte {
174 func appendSigned(ret []byte, n *big.Int) []byte {
/crypto/x509/test/
A Dmake_many_constraints.go78 func randOrDie(out []byte) {
84 func writePEM(path string, in []byte) {
/crypto/rand/
A Durandom_test.cc377 const uint8_t byte = get_byte_from_remote(child_pid, ptr); in get_string_from_remote() local
602 uint8_t byte; in TestFunction() local
A Drand_test.cc136 uint8_t byte; in TEST() local
/crypto/bytestring/
A Dcbb.cc352 uint8_t byte = (v >> (7 * i)) & 0x7f; in add_base128_integer() local
516 uint8_t byte = (value >> 8 * (7 - i)) & 0xff; in CBB_add_asn1_uint64_with_tag() local
/crypto/obj/
A Dobjects.go150 func appendBase128(dst []byte, value int) []byte {
/crypto/cipher/test/
A Dmake_legacy_aead_tests.go73 func newBlockCipher(name string, key []byte) (cipher.Block, error) {
/crypto/x509/
A Dv3_ncons.cc478 uint8_t byte; in nc_uri() local
/crypto/kyber/
A Dkyber.cc340 uint8_t byte = entropy[i / 2]; in scalar_centered_binomial_distribution_eta_2_with_prf() local

Completed in 14 milliseconds