OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CALC_FULL_32BIT_WORDS
(Results
1 - 2
of
2
) sorted by null
/device/linaro/bootloader/arm-trusted-firmware/include/drivers/arm/cryptocell/
rsa.h
27
#define RSA_MOD_SIZE_IN_WORDS (
CALC_FULL_32BIT_WORDS
(RSA_MOD_SIZE_IN_BITS))
35
#define RSA_HW_PKI_PKA_BARRETT_MOD_TAG_SIZE_IN_WORDS (
CALC_FULL_32BIT_WORDS
(RSA_HW_PKI_PKA_BARRETT_MOD_TAG_SIZE_IN_BITS))
cc_pal_types.h
37
#define
CALC_FULL_32BIT_WORDS
(numBits) (((numBits) + (CC_BITS_IN_32BIT_WORD - 1))/CC_BITS_IN_32BIT_WRD)
Completed in 78 milliseconds