Searched refs:entropy (Results 1 – 5 of 5) sorted by relevance
15 uint64_t entropy; in plat_get_stack_protector_canary() local17 if (!plat_get_entropy(&entropy)) { in plat_get_stack_protector_canary()22 if (sizeof(entropy) == sizeof(u_register_t)) { in plat_get_stack_protector_canary()23 return entropy; in plat_get_stack_protector_canary()26 return (entropy & 0xffffffffULL) ^ (entropy >> 32); in plat_get_stack_protector_canary()
22 static uint64_t entropy[WORDS_IN_POOL]; variable30 #define BITS_PER_WORD (sizeof(entropy[0]) * 8)48 bool valid = plat_get_entropy(&entropy[ENTROPY_FREE_INDEX]); in trng_fill_entropy()116 out[word_i] |= entropy[ENTROPY_WORD_INDEX(word_i)] >> rshift; in trng_pack_entropy()125 out[word_i] |= entropy[ENTROPY_WORD_INDEX(word_i + 1)] in trng_pack_entropy()147 entropy[i] = 0; in trng_entropy_pool_setup()
276 mbedtls_entropy_context entropy; in create_rsa_signature() local289 mbedtls_entropy_init(&entropy); in create_rsa_signature()292 rval = mbedtls_ctr_drbg_seed(&ctr_drbg, mbedtls_entropy_func, &entropy, in create_rsa_signature()324 mbedtls_entropy_free(&entropy); in create_rsa_signature()352 mbedtls_entropy_context entropy; in verify_rsa_signature() local366 mbedtls_entropy_init(&entropy); in verify_rsa_signature()369 rval = mbedtls_ctr_drbg_seed(&ctr_drbg, mbedtls_entropy_func, &entropy, in verify_rsa_signature()405 mbedtls_entropy_free(&entropy); in verify_rsa_signature()
2101 Out : when the return value is true, the entropy has been written into the2104 This function writes entropy into storage provided by the caller. If no entropy
155 - Use TRNG entropy source for SMCCC TRNG interface156 - Condition Juno entropy source with CRC instructions
Completed in 15 milliseconds