Searched defs:bits (Results 1 – 10 of 10) sorted by relevance
| /third_party/ulib/jemalloc/test/src/ |
| A D | btalloc.c | 4 btalloc(size_t size, unsigned bits) in btalloc()
|
| /third_party/ulib/uboringssl/crypto/fipsmodule/aes/ |
| A D | aes.c | 537 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 D | internal.h | 72 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 D | floatscan.c | 66 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 D | rtree_structs.h | 49 unsigned bits; member
|
| /third_party/ulib/cryptolib/ |
| A D | cryptolib.c | 130 #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 D | rtree.c | 15 rtree_new(rtree_t *rtree, unsigned bits) in rtree_new()
|
| /third_party/lib/jitterentropy/ |
| A D | jitterentropy-base.c | 126 unsigned int bits, unsigned int min) in jent_loop_shuffle()
|
| /third_party/uapp/dash/src/ |
| A D | var.c | 545 int bits = VSTRFIXED; in poplocalvars() local
|
| /third_party/ulib/uboringssl/crypto/fipsmodule/cipher/ |
| A D | e_aes.c | 172 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