Home
last modified time | relevance | path

Searched defs:bits (Results 1 – 10 of 10) sorted by relevance

/third_party/ulib/jemalloc/test/src/
A Dbtalloc.c4 btalloc(size_t size, unsigned bits) in btalloc()
/third_party/ulib/uboringssl/crypto/fipsmodule/aes/
A Daes.c537 static int aes_nohw_set_encrypt_key(const uint8_t *key, unsigned bits, in aes_nohw_set_encrypt_key()
633 static int aes_nohw_set_decrypt_key(const uint8_t *key, unsigned bits, in aes_nohw_set_decrypt_key()
845 int AES_set_encrypt_key(const uint8_t *key, unsigned bits, AES_KEY *aeskey) { in AES_set_encrypt_key()
853 int AES_set_decrypt_key(const uint8_t *key, unsigned bits, AES_KEY *aeskey) { in AES_set_decrypt_key()
A Dinternal.h72 static int aes_hw_set_encrypt_key(const uint8_t *user_key, int bits, in aes_hw_set_encrypt_key()
77 static int aes_hw_set_decrypt_key(const uint8_t *user_key, int bits, in aes_hw_set_decrypt_key()
/third_party/ulib/musl/src/internal/
A Dfloatscan.c66 static long double decfloat(FILE* f, int c, int bits, int emin, int sign, int pok) { in decfloat()
330 static long double hexfloat(FILE* f, int bits, int emin, int sign, int pok) { in hexfloat()
456 int bits; in __floatscan() local
/third_party/ulib/jemalloc/include/jemalloc/internal/
A Drtree_structs.h49 unsigned bits; member
/third_party/ulib/cryptolib/
A Dcryptolib.c130 #define _ROR(value, bits) (((value) >> (bits)) | ((value) << (32 - (bits)))) in _SHA256_transform() argument
131 #define _SHR(value, bits) ((value) >> (bits)) in _SHA256_transform() argument
240 #define _ROL(value, bits) (((value) << (bits)) | ((value) >> (32 - (bits)))) in _SHA1_transform() argument
/third_party/ulib/jemalloc/src/
A Drtree.c15 rtree_new(rtree_t *rtree, unsigned bits) in rtree_new()
/third_party/lib/jitterentropy/
A Djitterentropy-base.c126 unsigned int bits, unsigned int min) in jent_loop_shuffle()
/third_party/uapp/dash/src/
A Dvar.c545 int bits = VSTRFIXED; in poplocalvars() local
/third_party/ulib/uboringssl/crypto/fipsmodule/cipher/
A De_aes.c172 static int vpaes_set_encrypt_key(const uint8_t *userKey, int bits, in vpaes_set_encrypt_key()
176 static int vpaes_set_decrypt_key(const uint8_t *userKey, int bits, in vpaes_set_decrypt_key()

Completed in 20 milliseconds