Home
last modified time | relevance | path

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

/xnu-8020.101.4/EXTERNAL_HEADERS/corecrypto/
H A Dcczp.h70 #define CCZP_BITLEN(ZP) ((ZP)->bitlen) macro
84 cc_assert(ccn_bitlen(cczp_n(zp), cczp_prime(zp)) == CCZP_BITLEN(zp)); in cczp_bitlen()
85 return (size_t)CCZP_BITLEN(zp); in cczp_bitlen()