Home
last modified time | relevance | path

Searched defs:bctx (Results 1 – 12 of 12) sorted by relevance

/freebsd/crypto/openssl/providers/implementations/ciphers/
H A Dcipher_chacha20_poly1305_hw.c15 static int chacha_poly1305_tls_init(PROV_CIPHER_CTX *bctx, in chacha_poly1305_tls_init()
45 static int chacha_poly1305_tls_iv_set_fixed(PROV_CIPHER_CTX *bctx, in chacha_poly1305_tls_iv_set_fixed()
58 static int chacha20_poly1305_initkey(PROV_CIPHER_CTX *bctx, in chacha20_poly1305_initkey()
75 static int chacha20_poly1305_initiv(PROV_CIPHER_CTX *bctx) in chacha20_poly1305_initiv()
117 static int chacha20_poly1305_tls_cipher(PROV_CIPHER_CTX *bctx, in chacha20_poly1305_tls_cipher()
267 static int chacha20_poly1305_aead_cipher(PROV_CIPHER_CTX *bctx, in chacha20_poly1305_aead_cipher()
H A Dcipher_rc4_hmac_md5_hw.c35 static int cipher_hw_rc4_hmac_md5_initkey(PROV_CIPHER_CTX *bctx, in cipher_hw_rc4_hmac_md5_initkey()
49 static int cipher_hw_rc4_hmac_md5_cipher(PROV_CIPHER_CTX *bctx, in cipher_hw_rc4_hmac_md5_cipher()
165 static int cipher_hw_rc4_hmac_md5_tls_init(PROV_CIPHER_CTX *bctx, in cipher_hw_rc4_hmac_md5_tls_init()
190 static void cipher_hw_rc4_hmac_md5_init_mackey(PROV_CIPHER_CTX *bctx, in cipher_hw_rc4_hmac_md5_init_mackey()
H A Dcipher_chacha20_hw.c14 static int chacha20_initkey(PROV_CIPHER_CTX *bctx, const uint8_t *key, in chacha20_initkey()
28 static int chacha20_initiv(PROV_CIPHER_CTX *bctx) in chacha20_initiv()
41 static int chacha20_cipher(PROV_CIPHER_CTX *bctx, unsigned char *out, in chacha20_cipher()
H A Dcipher_cast5_hw.c21 PROV_CAST_CTX *bctx = (PROV_CAST_CTX *)ctx; in cipher_hw_cast5_initkey() local
H A Dcipher_blowfish_hw.c21 PROV_BLOWFISH_CTX *bctx = (PROV_BLOWFISH_CTX *)ctx; in cipher_hw_blowfish_initkey() local
/freebsd/contrib/bearssl/inc/
H A Dbearssl_aead.h360 const br_block_ctr_class **bctx; member
583 const br_block_ctrcbc_class **bctx; member
898 const br_block_ctrcbc_class **bctx; member
/freebsd/contrib/ntp/ntpd/
H A Dntp_crypto.c2173 BN_CTX *bctx; /* BIGNUM context */ crypto_alice() local
2248 BN_CTX *bctx; /* BIGNUM context */ crypto_bob() local
2361 BN_CTX *bctx; /* BIGNUM context */ crypto_iff() local
2505 BN_CTX *bctx; /* BIGNUM context */ crypto_alice2() local
2578 BN_CTX *bctx; /* BIGNUM context */ crypto_bob2() local
2684 BN_CTX *bctx; /* BIGNUM context */ crypto_gq() local
2849 BN_CTX *bctx; /* BIGNUM context */ crypto_alice3() local
2921 BN_CTX *bctx; /* BIGNUM context */ crypto_bob3() local
3037 BN_CTX *bctx; /* BIGNUM context */ crypto_mv() local
[all...]
/freebsd/contrib/bearssl/src/aead/
H A Dccm.c51 br_ccm_init(br_ccm_context *ctx, const br_block_ctrcbc_class **bctx) in br_ccm_init()
H A Dgcm.c55 br_gcm_init(br_gcm_context *ctx, const br_block_ctr_class **bctx, br_ghash gh) in br_gcm_init()
H A Deax.c153 br_eax_init(br_eax_context *ctx, const br_block_ctrcbc_class **bctx) in br_eax_init()
/freebsd/sys/crypto/blake2/
H A Dblake2_cryptodev.c256 } bctx; in blake2_cipher_process() local
/freebsd/usr.sbin/bhyve/
H A Dpci_ahci.c138 struct blockif_ctxt *bctx; member
2626 void *bctx; in pci_ahci_snapshot() local