Home
last modified time | relevance | path

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

/xnu-8020.101.4/EXTERNAL_HEADERS/corecrypto/
H A Dcczp.h72 CC_NONNULL((1)) CC_INLINE cc_size cczp_n(cczp_const_t zp) in cczp_n() argument
74 return zp->n; in cczp_n()
77 CC_NONNULL((1)) CC_INLINE const cc_unit *cczp_prime(cczp_const_t zp) in cczp_prime() argument
79 return zp->ccn; in cczp_prime()
82 CC_NONNULL((1)) CC_INLINE size_t cczp_bitlen(cczp_const_t zp) in cczp_bitlen() argument
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()
90 CC_NONNULL((1)) CC_INLINE const cc_unit *cczp_recip(cczp_const_t zp) in cczp_recip() argument
92 return zp->ccn + zp->n; in cczp_recip()
99 int cczp_init(cczp_t zp);
[all …]
/xnu-8020.101.4/tests/
H A Davx.c826 uint64_t *zp = (uint64_t *) &avx_state->__fpu_zmmh7; in zmm_sigalrm_handler() local
842 zp[0] = STOP_COOKIE_512; in zmm_sigalrm_handler()
855 uint64_t *zp = (uint64_t *) &avx_state->__fpu_zmmh7; in zmm_sigalrm_handler_no_mod() local