Home
last modified time | relevance | path

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

1...<<111213141516

/openssl/test/
H A Dbuild.info777 # and VMS, where the exported symbols are those listed in util/*.num), these
1089 GENERATE[p_test.ld]=../util/providers.num
1096 GENERATE[p_minimal.ld]=../util/providers.num
/openssl/include/openssl/
H A Dpem.h435 int PEM_def_callback(char *buf, int num, int rwflag, void *userdata);
H A Devp.h645 int EVP_CIPHER_CTX_set_num(EVP_CIPHER_CTX *ctx, int num);
1560 int EVP_PBE_get(int *ptype, int *ppbe_nid, size_t num);
/openssl/crypto/sha/asm/
H A Dsha512-x86_64.pl568 my ($ctx,$inp,$num,$Tbl)=("%rdi","%rsi","%rdx","%rcx");
694 dec $num
/openssl/doc/man3/
H A DEVP_EncryptInit.pod208 int EVP_CIPHER_CTX_set_num(EVP_CIPHER_CTX *ctx, int num);
611 Gets or sets the cipher specific "num" parameter for the associated I<ctx>.
758 =item "num" (B<OSSL_CIPHER_PARAM_NUM>) <unsigned integer>
760 Gets or sets the cipher specific "num" parameter for the cipher context I<ctx>.
1344 EVP_CIPHER_CTX_get_num() returns a nonnegative num value or
H A DSSL_CTX_set_verify.pod301 printf("verify error:num=%d:%s:depth=%d:%s\n", err,
/openssl/test/recipes/80-test_cmp_http_data/
H A Dtest_commands.csv117 0,geninfo bad OID num: leading '.', -section,, -cmd,cr,, -cert,signer.crt,, -key,signer.p12,, -ke…
/openssl/ssl/
H A Dssl_local.h2474 __owur int ssl_read_internal(SSL *s, void *buf, size_t num, size_t *readbytes);
2475 __owur int ssl_write_internal(SSL *s, const void *buf, size_t num,
/openssl/apps/
H A Ds_client.c464 int num = sk_OPENSSL_STRING_num(rrset); in tlsa_import_rrset() local
468 for (i = 0; i < num; ++i) { in tlsa_import_rrset()
/openssl/crypto/err/
H A Dopenssl.txt34 ASN1_R_FIRST_NUM_TOO_LARGE:122:first num too large
1265 RSA_R_KEY_PRIME_NUM_INVALID:165:key prime num invalid
/openssl/doc/man1/
H A Dopenssl-x509.pod.in51 [B<-checkend> I<num>]
/openssl/Configurations/
H A Ddescrip.mms.tmpl1426 # symbols listed in [.util]*.num), and then with the shared libraries
/openssl/
H A DCHANGES.md11428 - Enforce the 'num' check in BN_div() (bn_div.c) for non-BN_DEBUG
14130 become part of libeay.num as well.
14780 * In BN_div() keep a copy of the sign of 'num' before writing the
14781 result to 'rm' because if rm==num the value will be overwritten
14782 and produce the wrong result if 'num' is negative: this caused
16896 to rebuild the .num files when some algorithms are excluded.
17198 - objects.pl is used to process obj_mac.num and create a new
17360 for CFB and OFB modes they zero ctx->num.
17840 * Bug fix for BN_div() when the first words of num and divisor are
19945 from Windows DLLs. Fixed up libeay.num for new functions.
[all …]

Completed in 107 milliseconds

1...<<111213141516