Home
last modified time | relevance | path

Searched refs:num (Results 326 – 350 of 388) sorted by relevance

1...<<111213141516

/openssl/providers/implementations/ciphers/
H A Dcipher_aes_cbc_hmac_sha1_hw.c74 if ((res = c->num)) { in sha1_update()
382 size_t sha_off = SHA_CBLOCK - sctx->md.num; in aesni_cbc_hmac_sha1_cipher()
503 j += SHA_CBLOCK - sctx->md.num; in aesni_cbc_hmac_sha1_cipher()
528 for (res = sctx->md.num, j = 0; j < len; j++) { in aesni_cbc_hmac_sha1_cipher()
H A Dcipher_tdes_common.c87 ctx->num = 0; in tdes_init()
H A Dcipher_aes_cbc_hmac_sha256_hw.c78 if ((res = c->num)) { in sha256_update()
405 size_t sha_off = SHA256_CBLOCK - sctx->md.num; in aesni_cbc_hmac_sha256_cipher()
539 j += SHA256_CBLOCK - sctx->md.num; in aesni_cbc_hmac_sha256_cipher()
567 for (res = sctx->md.num, j = 0; j < len; j++) { in aesni_cbc_hmac_sha256_cipher()
H A Dcipher_des.c80 ctx->num = 0; in des_init()
H A Dcipher_rc4_hmac_md5_hw.c58 size_t md5_off = MD5_CBLOCK - ctx->md.num, blocks; in cipher_hw_rc4_hmac_md5_cipher()
/openssl/include/openssl/
H A Dtrace.h67 const char *OSSL_trace_get_category_name(int num);
H A Dbio.h.in578 # define BIO_set_ssl_renegotiate_bytes(b,num) \ argument
579 BIO_ctrl(b,BIO_C_SET_SSL_RENEGOTIATE_BYTES,num,NULL)
600 # define BIO_set_buffer_read_data(b,buf,num) BIO_ctrl(b,BIO_C_SET_BUFF_READ_DATA,num,buf) argument
745 int BIO_nread(BIO *bio, char **buf, int num);
747 int BIO_nwrite(BIO *bio, char **buf, int num);
H A Dec.h865 OSSL_DEPRECATEDIN_3_0 int EC_POINTs_make_affine(const EC_GROUP *group, size_t num,
879 const BIGNUM *n, size_t num,
/openssl/include/crypto/
H A Drsa.h95 int num, unsigned char *kdk);
/openssl/
H A Dbuild.info97 GENERATE[libcrypto.ld]=util/libcrypto.num libcrypto
98 GENERATE[libssl.ld]=util/libssl.num libssl
/openssl/providers/
H A Dbuild.info115 GENERATE[fips.ld]=../util/providers.num
154 GENERATE[legacy.ld]=../util/providers.num
/openssl/doc/man3/
H A DBIO_s_datagram.pod186 If I<num> is nonzero, configures the underlying network socket to enable Don't
188 bit set. If I<num> is zero, Don't Fragment mode is disabled.
227 If B<num> is nonzero, enables peek mode; otherwise, disables peek mode. Where
H A DRSA_generate_key.pod48 with I<num> E<lt> 1024 should be considered insecure. The exponent is an odd
/openssl/crypto/evp/
H A Devp_lib.c613 unsigned int v = (unsigned int)ctx->num; in EVP_CIPHER_CTX_get_num()
622 int EVP_CIPHER_CTX_set_num(EVP_CIPHER_CTX *ctx, int num) in EVP_CIPHER_CTX_set_num() argument
625 unsigned int n = (unsigned int)num; in EVP_CIPHER_CTX_set_num()
632 ctx->num = (int)n; in EVP_CIPHER_CTX_set_num()
H A De_rc4_hmac_md5.c83 md5_off = MD5_CBLOCK - key->md.num, blocks; in rc4_hmac_md5_cipher()
/openssl/crypto/ec/
H A Deck_prn.c67 static int print_bin(BIO *fp, const char *str, const unsigned char *num,
/openssl/doc/man1/
H A Dopenssl-kdf.pod.in16 [B<-keylen> I<num>]
35 =item B<-keylen> I<num>
/openssl/doc/man7/
H A Dprovider-base.pod43 void *CRYPTO_malloc(size_t num, const char *file, int line);
44 void *CRYPTO_zalloc(size_t num, const char *file, int line);
46 void CRYPTO_clear_free(void *ptr, size_t num,
48 void *CRYPTO_realloc(void *addr, size_t num,
50 void *CRYPTO_clear_realloc(void *addr, size_t old_num, size_t num,
52 void *CRYPTO_secure_malloc(size_t num, const char *file, int line);
53 void *CRYPTO_secure_zalloc(size_t num, const char *file, int line);
55 void CRYPTO_secure_clear_free(void *ptr, size_t num,
/openssl/crypto/x509/
H A Dx509_lu.c766 int idx, i, num; in X509_OBJECT_retrieve_match() local
774 for (i = idx, num = sk_X509_OBJECT_num(h); i < num; i++) { in X509_OBJECT_retrieve_match()
/openssl/engines/
H A De_loader_attic.c118 static int file_get_pem_pass(char *buf, int num, int w, void *data) in file_get_pem_pass() argument
121 char *pass = file_get_pass(pass_data->ui_method, buf, num, in file_get_pem_pass()
1287 static void pem_free_flag(void *pem_data, int secure, size_t num) in pem_free_flag() argument
1290 OPENSSL_secure_clear_free(pem_data, num); in pem_free_flag()
H A De_ossltest.c899 static int ossltest_rand_bytes(unsigned char *buf, int num) in ossltest_rand_bytes() argument
903 while (--num >= 0) in ossltest_rand_bytes()
/openssl/ssl/quic/
H A Dquic_txp.c184 static int txp_el_ensure_iovec(struct txp_el *el, size_t num);
3053 static int txp_el_ensure_iovec(struct txp_el *el, size_t num) in txp_el_ensure_iovec() argument
3057 if (el->alloc_iovec >= num) in txp_el_ensure_iovec()
3060 num = el->alloc_iovec != 0 ? el->alloc_iovec * 2 : 8; in txp_el_ensure_iovec()
3062 iovec = OPENSSL_realloc(el->iovec, sizeof(OSSL_QTX_IOVEC) * num); in txp_el_ensure_iovec()
3067 el->alloc_iovec = num; in txp_el_ensure_iovec()
/openssl/crypto/sm3/
H A Dsm3.c29 void ossl_sm3_block_data_order(SM3_CTX *ctx, const void *p, size_t num) in ossl_sm3_block_data_order() argument
37 for (; num--;) { in ossl_sm3_block_data_order()
/openssl/apps/
H A Dpasswd.c548 const char *num = salt + sizeof(rounds_prefix) - 1; in shacrypt() local
550 unsigned long int srounds = strtoul (num, &endp, 10); in shacrypt()
/openssl/ssl/record/methods/
H A Dtls_common.c1506 size_t num = 0; in tls_app_data_pending() local
1510 return num; in tls_app_data_pending()
1511 num += rl->rrec[i].length; in tls_app_data_pending()
1513 return num; in tls_app_data_pending()

Completed in 91 milliseconds

1...<<111213141516