Home
last modified time | relevance | path

Searched refs:CCZP_BITLEN (Results 1 – 1 of 1) sorted by relevance

/xnu-8796.141.3/EXTERNAL_HEADERS/corecrypto/
H A Dcczp.h45 #define CCZP_BITLEN(ZP) ((ZP)->bitlen) macro
59 cc_assert(ccn_bitlen(cczp_n(zp), cczp_prime(zp)) == CCZP_BITLEN(zp)); in cczp_bitlen()
60 return (size_t)CCZP_BITLEN(zp); in cczp_bitlen()