Home
last modified time | relevance | path

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

/xnu-8020.101.4/EXTERNAL_HEADERS/corecrypto/
H A Dccmode.h27 CC_INLINE size_t ccecb_context_size(const struct ccmode_ecb *mode) in ccecb_context_size()
32 CC_INLINE size_t ccecb_block_size(const struct ccmode_ecb *mode) in ccecb_block_size()
37 CC_INLINE int ccecb_init(const struct ccmode_ecb *mode, ccecb_ctx *ctx, size_t key_len, const void … in ccecb_init()
42 CC_INLINE int ccecb_update(const struct ccmode_ecb *mode, const ccecb_ctx *ctx, size_t nblocks, con… in ccecb_update()
47 CC_INLINE int
82 CC_INLINE size_t cccbc_context_size(const struct ccmode_cbc *mode) in cccbc_context_size()
87 CC_INLINE size_t cccbc_block_size(const struct ccmode_cbc *mode) in cccbc_block_size()
92 CC_INLINE int cccbc_init(const struct ccmode_cbc *mode, cccbc_ctx *ctx, size_t key_len, const void … in cccbc_init()
97 CC_INLINE int cccbc_set_iv(const struct ccmode_cbc *mode, cccbc_iv *iv_ctx, const void *iv) in cccbc_set_iv()
107 CC_INLINE int cccbc_update(const struct ccmode_cbc *mode, cccbc_ctx *ctx, cccbc_iv *iv, size_t nblo… in cccbc_update()
[all …]
H A Dcc_priv.h244 CC_INLINE uint32_t CC_ROL(uint32_t word, int i) in CC_ROL()
252 CC_INLINE uint32_t CC_ROR(uint32_t word, int i) in CC_ROR()
282 CC_INLINE uint32_t CC_ROL(uint32_t word, int i) in CC_ROL()
287 CC_INLINE uint32_t CC_ROR(uint32_t word, int i) in CC_ROR()
302 CC_INLINE uint64_t CC_ROL64(uint64_t word, int i) in CC_ROL64()
310 CC_INLINE uint64_t CC_ROR64(uint64_t word, int i) in CC_ROR64()
342 CC_INLINE uint64_t CC_ROL64(uint64_t word, int i) in CC_ROL64()
347 CC_INLINE uint64_t CC_ROR64(uint64_t word, int i) in CC_ROR64()
363 CC_INLINE uint32_t CC_BSWAP32(uint32_t x) in CC_BSWAP32()
376 CC_INLINE uint64_t CC_BSWAP64(uint64_t x) in CC_BSWAP64()
[all …]
H A Dccmode_siv.h47 CC_INLINE size_t ccsiv_context_size(const struct ccmode_siv *mode) in ccsiv_context_size()
60 CC_INLINE size_t ccsiv_block_size(const struct ccmode_siv *mode) in ccsiv_block_size()
74 CC_INLINE size_t ccsiv_ciphertext_size(const struct ccmode_siv *mode, in ccsiv_ciphertext_size()
90 CC_INLINE size_t ccsiv_plaintext_size(const struct ccmode_siv *mode, in ccsiv_plaintext_size()
129 CC_INLINE int ccsiv_init(const struct ccmode_siv *mode, ccsiv_ctx *ctx, in ccsiv_init()
149 CC_INLINE int ccsiv_set_nonce(const struct ccmode_siv *mode, ccsiv_ctx *ctx, in ccsiv_set_nonce()
165 CC_INLINE int ccsiv_aad(const struct ccmode_siv *mode, ccsiv_ctx *ctx, in ccsiv_aad()
198 CC_INLINE int ccsiv_crypt(const struct ccmode_siv *mode, ccsiv_ctx *ctx, in ccsiv_crypt()
211 CC_INLINE int ccsiv_reset(const struct ccmode_siv *mode, ccsiv_ctx *ctx) in ccsiv_reset()
248 CC_INLINE int ccsiv_one_shot(const struct ccmode_siv *mode, in ccsiv_one_shot()
H A Dccdrbg.h46 CC_INLINE int ccdrbg_init(const struct ccdrbg_info *info, in ccdrbg_init()
58 CC_INLINE int ccdrbg_reseed(const struct ccdrbg_info *info, in ccdrbg_reseed()
67 CC_INLINE int ccdrbg_generate(const struct ccdrbg_info *info, in ccdrbg_generate()
75 CC_INLINE void ccdrbg_done(const struct ccdrbg_info *info, in ccdrbg_done()
81 CC_INLINE size_t ccdrbg_context_size(const struct ccdrbg_info *info) in ccdrbg_context_size()
H A Dcczp.h72 CC_NONNULL((1)) CC_INLINE cc_size cczp_n(cczp_const_t zp) in cczp_n()
77 CC_NONNULL((1)) CC_INLINE const cc_unit *cczp_prime(cczp_const_t zp) in cczp_prime()
82 CC_NONNULL((1)) CC_INLINE size_t cczp_bitlen(cczp_const_t zp) in cczp_bitlen()
90 CC_NONNULL((1)) CC_INLINE const cc_unit *cczp_recip(cczp_const_t zp) in cczp_recip()
H A Dccrsa.h89 CC_INLINE
101 CC_INLINE
742 CC_INLINE CC_NONNULL((1))
769 CC_INLINE CC_NONNULL((2))
801 CC_INLINE CC_NONNULL((1))
815 CC_INLINE CC_NONNULL((1, 3))
831 CC_INLINE CC_NONNULL((2))
847 CC_INLINE CC_NONNULL((1, 3))
H A Dccasn1.h77 CC_INLINE CC_PURE CC_NONNULL((1))
82 CC_INLINE CC_PURE CC_NONNULL((1, 2))
H A Dcc_runtime_config.h64 CC_INLINE bool _cpu_supports_rdrand() in _cpu_supports_rdrand()
71 CC_INLINE bool _cpu_supports_adx() in _cpu_supports_adx()
H A Dccmode_siv_hmac.h59 CC_INLINE size_t ccsiv_hmac_context_size(const struct ccmode_siv_hmac *mode) in ccsiv_hmac_context_size()
70 CC_INLINE size_t ccsiv_hmac_block_size(const struct ccmode_siv_hmac *mode) in ccsiv_hmac_block_size()
H A Dccn.h339 CC_INLINE
360 CC_INLINE
487 CC_INLINE CC_NONNULL((2, 4)) size_t ccn_write_uint_padded(cc_size n, const cc_unit *s, size_t out_s… in ccn_write_uint_padded()
526 CC_INLINE CC_NONNULL((2))
531 CC_INLINE CC_NONNULL((2))
539 CC_INLINE CC_NONNULL((2))
546 CC_INLINE CC_NONNULL((2, 4))
587 CC_INLINE CC_NONNULL((2))
599 CC_INLINE CC_NONNULL((2, 3, 4))
616 CC_INLINE CC_NONNULL((2, 3))
H A Dcc.h125 CC_NONNULL_ALL CC_INLINE
133 CC_INLINE CC_NONNULL((2, 3, 4))
H A Dccdigest_priv.h19 CC_INLINE CC_NONNULL((1))
H A Dccdigest.h93 CC_INLINE
H A Dcc_config.h566 #define CC_INLINE static inline macro
/xnu-8020.101.4/bsd/net/
H A Dcc.h135 #define CC_INLINE CC_CONF_INLINE macro
137 #define CC_INLINE macro
H A Dframe802154.c112 CC_INLINE static uint8_t