Home
last modified time | relevance | path

Searched defs:pad (Results 1 – 25 of 39) sorted by relevance

12

/openssl/crypto/sha/
H A Dsha3.c22 int ossl_sha3_init(KECCAK1600_CTX *ctx, unsigned char pad, size_t bitlen) in ossl_sha3_init()
37 int ossl_keccak_init(KECCAK1600_CTX *ctx, unsigned char pad, size_t bitlen, size_t mdlen) in ossl_keccak_init()
/openssl/providers/implementations/ciphers/
H A Dciphercommon_block.c85 unsigned char pad = (unsigned char)(blocksize - *buflen); in ossl_cipher_padblock() local
93 size_t pad, i; in ossl_cipher_unpadblock() local
H A Dcipher_aes_ccm.h26 unsigned char pad[16]; member
H A Dcipher_aes_cbc_hmac_sha1_hw.c325 unsigned int len = (i == (x4 - 1) ? last : frag), pad, j; in tls1_multi_block_encrypt() local
450 unsigned int res, maxpad, pad, bitlen; in aesni_cbc_hmac_sha1_cipher() local
H A Dcipher_aes_cbc_hmac_sha256_hw.c345 unsigned int len = (i == (x4 - 1) ? last : frag), pad, j; in tls1_multi_block_encrypt() local
492 unsigned int res, maxpad, pad, bitlen; in aesni_cbc_hmac_sha256_cipher() local
/openssl/providers/implementations/exchange/
H A Ddh_exch.c66 unsigned int pad : 1; member
144 size_t outlen, unsigned int pad) in dh_plain_derive()
311 unsigned int pad; in dh_set_ctx_params() local
/openssl/crypto/asn1/
H A Da_int.c77 size_t len, unsigned char pad) in twos_complement()
100 unsigned int pad = 0; in i2c_ibuf() local
157 int neg, pad; in c2i_ibuf() local
H A Dx_bignum.c98 int pad; in bn_i2c() local
H A Dx_long.c90 int clen, pad, i; in long_i2c() local
/openssl/crypto/dh/
H A Ddh_pmeth.c35 int pad; member
267 int pad; in pkey_dh_ctrl_str() local
H A Ddh_local.h21 int pad; member
H A Ddh_key.c146 int rv, pad; in DH_compute_key_padded() local
/openssl/include/internal/
H A Dsha3.h47 unsigned char pad; member
/openssl/crypto/modes/
H A Docb128.c390 OCB_BLOCK pad; in CRYPTO_ocb128_encrypt() local
482 OCB_BLOCK pad; in CRYPTO_ocb128_decrypt() local
/openssl/providers/implementations/digests/
H A Dsha3_prov.c468 #define SHA3_newctx(typ, uname, name, bitlen, pad) \ argument
482 #define SHAKE_newctx(typ, uname, name, bitlen, mdlen, pad) \ argument
498 #define KMAC_newctx(uname, bitlen, pad) \ argument
/openssl/crypto/poly1305/
H A Dpoly1305_base2_44.c89 u64 pad = (u64)padbit << 40; in poly1305_blocks() local
/openssl/crypto/dsa/
H A Ddsa_local.h19 int pad; member
/openssl/crypto/hmac/
H A Dhmac.c30 unsigned char pad[HMAC_MAX_MD_CBLOCK_SIZE]; in HMAC_Init_ex() local
/openssl/apps/
H A Drsautl.c82 unsigned char *rsa_in = NULL, *rsa_out = NULL, pad = RSA_PKCS1_PADDING; in rsautl_main() local
/openssl/crypto/srp/
H A Dsrp_vfy.c49 const unsigned char *pad = (const unsigned char *)"00"; in t_fromb64() local
137 unsigned char pad[2] = {0, 0}; in t_tob64() local
/openssl/crypto/evp/
H A De_aes_cbc_hmac_sha256.c373 unsigned int len = (i == (x4 - 1) ? last : frag), pad, j; in tls1_1_multi_block_encrypt() local
523 unsigned int res, maxpad, pad, bitlen; in aesni_cbc_hmac_sha256_cipher() local
H A De_aes_cbc_hmac_sha1.c363 unsigned int len = (i == (x4 - 1) ? last : frag), pad, j; in tls1_1_multi_block_encrypt() local
491 unsigned int res, maxpad, pad, bitlen; in aesni_cbc_hmac_sha1_cipher() local
H A Ddh_ctrl.c159 int EVP_PKEY_CTX_set_dh_pad(EVP_PKEY_CTX *ctx, int pad) in EVP_PKEY_CTX_set_dh_pad()
/openssl/ssl/record/methods/
H A Dtls1_meth.c175 int pad = 0, tmpr, provided; in tls1_cipher() local
/openssl/test/
H A Dbad_dtls_test.c288 unsigned char pad; in send_record() local

Completed in 70 milliseconds

12