/freebsd/crypto/openssl/providers/implementations/digests/ |
H A D | sha3_prov.c | 203 #define SHA3_newctx(typ, uname, name, bitlen, pad) \ argument 217 #define KMAC_newctx(uname, bitlen, pad) \ argument 231 #define PROV_FUNC_SHA3_DIGEST_COMMON(name, bitlen, blksize, dgstsize, flags) \ argument 241 #define PROV_FUNC_SHA3_DIGEST(name, bitlen, blksize, dgstsize, flags) \ argument 246 #define PROV_FUNC_SHAKE_DIGEST(name, bitlen, blksize, dgstsize, flags) \ argument 300 #define IMPLEMENT_SHA3_functions(bitlen) \ argument 306 #define IMPLEMENT_SHAKE_functions(bitlen) \ argument 311 #define IMPLEMENT_KMAC_functions(bitlen) \ argument
|
/freebsd/crypto/openssl/include/internal/ |
H A D | sha3.h | 19 # define SHA3_MDSIZE(bitlen) (bitlen / 8) argument 20 # define KMAC_MDSIZE(bitlen) 2 * (bitlen / 8) argument 21 # define SHA3_BLOCKSIZE(bitlen) (KECCAK1600_WIDTH - bitlen * 2) / 8 argument
|
/freebsd/crypto/openssl/crypto/sha/ |
H A D | sha3.c | 21 int ossl_sha3_init(KECCAK1600_CTX *ctx, unsigned char pad, size_t bitlen) in ossl_sha3_init() 36 int ossl_keccak_kmac_init(KECCAK1600_CTX *ctx, unsigned char pad, size_t bitlen) in ossl_keccak_kmac_init()
|
/freebsd/contrib/bearssl/src/ec/ |
H A D | ecdsa_i15_bits.c | 32 uint32_t bitlen, hbitlen; in br_ecdsa_i15_bits2int() local
|
H A D | ecdsa_i31_bits.c | 32 uint32_t bitlen, hbitlen; in br_ecdsa_i31_bits2int() local
|
/freebsd/crypto/openssl/crypto/evp/ |
H A D | legacy_sha.c | 196 #define EVP_MD_SHA3(bitlen) \ argument 211 #define EVP_MD_SHAKE(bitlen) \ argument
|
H A D | e_aes_cbc_hmac_sha1.c | 490 unsigned int res, maxpad, pad, bitlen; in aesni_cbc_hmac_sha1_cipher() local
|
H A D | e_aes_cbc_hmac_sha256.c | 523 unsigned int res, maxpad, pad, bitlen; in aesni_cbc_hmac_sha256_cipher() local
|
/freebsd/crypto/openssl/crypto/pem/ |
H A D | pvkfmt.c | 249 unsigned int ossl_blob_length(unsigned bitlen, int isdss, int ispub) in ossl_blob_length() 286 unsigned int bitlen, magic; in do_b2i_key() local 325 unsigned int bitlen, magic, length; in ossl_b2i_bio() local 373 DSA *ossl_b2i_DSA_after_header(const unsigned char **in, unsigned int bitlen, in ossl_b2i_DSA_after_header() 441 RSA *ossl_b2i_RSA_after_header(const unsigned char **in, unsigned int bitlen, in ossl_b2i_RSA_after_header() 557 unsigned int bitlen = 0, magic = 0, keyalg = 0; in do_i2b() local 626 int nbyte, hnbyte, bitlen; in check_bitlen_rsa() local 689 int bitlen; in check_bitlen_dsa() local
|
/freebsd/contrib/tcpdump/ |
H A D | print-domain.c | 81 int bitlen, bytelen; in ns_nskip() local 114 u_int bitlen, slen, b; in blabel_print() local 155 u_int bitlen, elt; in labellen() local
|
/freebsd/crypto/openssl/crypto/rsa/ |
H A D | rsa_sp800_56b_check.c | 228 int bitlen; in ossl_rsa_check_public_exponent() local 245 int bitlen = (nbits >> 1) - 100; in ossl_rsa_check_pminusq_diff() local
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | whrlpool.h | 43 size_t bitlen[WHIRLPOOL_COUNTER / sizeof(size_t)]; member
|
/freebsd/crypto/libecc/src/nn/ |
H A D | nn_logical.c | 277 int nn_rrot(nn_t out, nn_src_t in, bitcnt_t cnt, bitcnt_t bitlen) in nn_rrot() 317 int nn_lrot(nn_t out, nn_src_t in, bitcnt_t cnt, bitcnt_t bitlen) in nn_lrot()
|
/freebsd/crypto/openssl/crypto/bn/ |
H A D | bn_rsa_fips186_4.c | 163 int bitlen; in ossl_bn_rsa_fips186_4_gen_prob_primes() local
|
/freebsd/crypto/openssl/providers/implementations/storemgmt/ |
H A D | file_store_any2obj.c | 117 unsigned int bitlen, magic; in msblob2obj_decode() local
|
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_hash/sha512/cp/ |
H A D | hash_sha512_cp.c | 214 uint64_t bitlen[2]; in crypto_hash_sha512_update() local
|
/freebsd/crypto/openssl/providers/implementations/encode_decode/ |
H A D | decode_msblob2key.c | 102 unsigned int bitlen, magic, length; in msblob2key_decode() local
|
/freebsd/sys/crypto/sha2/ |
H A D | sha256c.c | 279 uint64_t bitlen; in SHA256_Update() local
|
H A D | sha512c.c | 314 uint64_t bitlen[2]; in SHA512_Update() local
|
/freebsd/usr.sbin/rtadvd/ |
H A D | rtadvd.c | 1353 int bytelen, bitlen; in find_prefix() local 1382 int bytelen, bitlen; in prefix_match() local
|
/freebsd/crypto/libecc/scripts/ |
H A D | expand_libecc.py | 361 def expand(bitstring, bitlen, direction): argument 373 def truncate(bitstring, bitlen, keep): argument
|
/freebsd/sys/crypto/aesni/ |
H A D | aesni.c | 419 uint64_t bitlen; in intel_sha256_update() local
|
/freebsd/sys/contrib/openzfs/module/icp/algs/edonr/ |
H A D | edonr.c | 114 Q512(size_t bitlen, const uint64_t *data, uint64_t *p) in Q512()
|
/freebsd/crypto/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes_cbc_hmac_sha256_hw.c | 492 unsigned int res, maxpad, pad, bitlen; in aesni_cbc_hmac_sha256_cipher() local
|
H A D | cipher_aes_cbc_hmac_sha1_hw.c | 450 unsigned int res, maxpad, pad, bitlen; in aesni_cbc_hmac_sha1_cipher() local
|