Home
last modified time | relevance | path

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

/f-stack/freebsd/crypto/openssl/
H A Dossl_sha256.c28 ossl_sha224_init(void *c_) in ossl_sha224_init() argument
30 SHA256_CTX *c = c_; in ossl_sha224_init()
44 ossl_sha256_init(void *c_) in ossl_sha256_init() argument
46 SHA256_CTX *c = c_; in ossl_sha256_init()
H A Dossl_sha512.c32 ossl_sha384_init(void *c_) in ossl_sha384_init() argument
34 SHA512_CTX *c = c_; in ossl_sha384_init()
51 ossl_sha512_init(void *c_) in ossl_sha512_init() argument
53 SHA512_CTX *c = c_; in ossl_sha512_init()
70 ossl_sha512_final(uint8_t *md, void *c_) in ossl_sha512_final() argument
72 SHA512_CTX *c = c_; in ossl_sha512_final()
186 ossl_sha512_update(void *c_, const void *_data, unsigned int len) in ossl_sha512_update() argument
188 SHA512_CTX *c = c_; in ossl_sha512_update()
H A Dossl_hash.h50 HASH_UPDATE(void *c_, const void *data_, unsigned int len) in HASH_UPDATE() argument
52 HASH_CTX *c = c_; in HASH_UPDATE()
110 HASH_FINAL(uint8_t *md, void *c_) in HASH_FINAL() argument
112 HASH_CTX *c = c_; in HASH_FINAL()
H A Dossl_sha1.c52 HASH_INIT(void *c_) in HASH_INIT() argument
54 SHA_CTX *c = c_; in HASH_INIT()
/f-stack/freebsd/contrib/libsodium/test/quirks/
H A Dquirks.h14 const unsigned char c_ = (unsigned char) c; in xmemset() local
18 dst_[i] = c_; in xmemset()
/f-stack/freebsd/kern/
H A Dtty_ttydisc.c63 #define CMP_FLAG(field,opt) (tp->t_termios.c_ ## field ## flag & (opt))