Searched defs:bctx (Results 1 – 12 of 12) sorted by relevance
/freebsd/crypto/openssl/providers/implementations/ciphers/ |
H A D | cipher_chacha20_poly1305_hw.c | 15 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 D | cipher_rc4_hmac_md5_hw.c | 35 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 D | cipher_chacha20_hw.c | 14 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 D | cipher_cast5_hw.c | 21 PROV_CAST_CTX *bctx = (PROV_CAST_CTX *)ctx; in cipher_hw_cast5_initkey() local
|
H A D | cipher_blowfish_hw.c | 21 PROV_BLOWFISH_CTX *bctx = (PROV_BLOWFISH_CTX *)ctx; in cipher_hw_blowfish_initkey() local
|
/freebsd/contrib/bearssl/inc/ |
H A D | bearssl_aead.h | 360 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 D | ntp_crypto.c | 2173 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 D | ccm.c | 51 br_ccm_init(br_ccm_context *ctx, const br_block_ctrcbc_class **bctx) in br_ccm_init()
|
H A D | gcm.c | 55 br_gcm_init(br_gcm_context *ctx, const br_block_ctr_class **bctx, br_ghash gh) in br_gcm_init()
|
H A D | eax.c | 153 br_eax_init(br_eax_context *ctx, const br_block_ctrcbc_class **bctx) in br_eax_init()
|
/freebsd/sys/crypto/blake2/ |
H A D | blake2_cryptodev.c | 256 } bctx; in blake2_cipher_process() local
|
/freebsd/usr.sbin/bhyve/ |
H A D | pci_ahci.c | 138 struct blockif_ctxt *bctx; member 2626 void *bctx; in pci_ahci_snapshot() local
|