Home
last modified time | relevance | path

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

12

/openssl-master/crypto/sha/
A Dsha3.c21 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()
/openssl-master/providers/implementations/ciphers/
A Dciphercommon_block.c102 unsigned char pad = (unsigned char)(blocksize - *buflen); in ossl_cipher_padblock() local
110 size_t pad, i; in ossl_cipher_unpadblock() local
A Dcipher_aes_ccm.h26 unsigned char pad[16]; member
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
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
A Dcipher_aes_wrp.c148 int pad = ctx->pad; in aes_wrap_cipher_internal() local
/openssl-master/include/internal/
A Dsha3.h40 unsigned char pad; member
/openssl-master/crypto/asn1/
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
A Dx_bignum.c98 int pad; in bn_i2c() local
A Dx_long.c90 int clen, pad, i; in long_i2c() local
/openssl-master/crypto/dh/
A Ddh_pmeth.c35 int pad; member
269 int pad; in pkey_dh_ctrl_str() local
A Ddh_local.h21 int pad; member
A Ddh_key.c140 int rv, pad; in DH_compute_key_padded() local
/openssl-master/providers/implementations/exchange/
A Ddh_exch.c66 unsigned int pad : 1; member
307 unsigned int pad; in dh_set_ctx_params() local
/openssl-master/crypto/modes/
A Docb128.c394 OCB_BLOCK pad; in CRYPTO_ocb128_encrypt() local
486 OCB_BLOCK pad; in CRYPTO_ocb128_decrypt() local
/openssl-master/providers/implementations/digests/
A Dsha3_prov.c209 #define SHA3_newctx(typ, uname, name, bitlen, pad) \ argument
223 #define KMAC_newctx(uname, bitlen, pad) \ argument
/openssl-master/crypto/dsa/
A Ddsa_local.h19 int pad; member
/openssl-master/crypto/poly1305/
A Dpoly1305_base2_44.c89 u64 pad = (u64)padbit << 40; in poly1305_blocks() local
/openssl-master/crypto/hmac/
A Dhmac.c30 unsigned char pad[HMAC_MAX_MD_CBLOCK_SIZE]; in HMAC_Init_ex() local
/openssl-master/apps/
A Drsautl.c82 unsigned char *rsa_in = NULL, *rsa_out = NULL, pad = RSA_PKCS1_PADDING; in rsautl_main() local
/openssl-master/crypto/srp/
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-master/crypto/evp/
A De_aes_cbc_hmac_sha1.c362 unsigned int len = (i == (x4 - 1) ? last : frag), pad, j; in tls1_1_multi_block_encrypt() local
490 unsigned int res, maxpad, pad, bitlen; in aesni_cbc_hmac_sha1_cipher() local
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
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-master/test/
A Dbad_dtls_test.c288 unsigned char pad; in send_record() local

Completed in 35 milliseconds

12