Searched defs:pre (Results 1 – 13 of 13) sorted by relevance
/openssl/include/internal/ |
H A D | common.h | 58 #define HAS_PREFIX(str, pre) (strncmp(str, pre "", sizeof(pre) - 1) == 0) argument 60 #define CHECK_AND_SKIP_PREFIX(str, pre) \ argument 65 #define CHECK_AND_SKIP_CASE_PREFIX(str, pre) \ argument
|
/openssl/apps/lib/ |
H A D | log.c | 47 BIO *bio, *pre = BIO_new(BIO_f_prefix()); in log_with_prefix() local
|
/openssl/crypto/ec/ |
H A D | ec_mult.c | 72 EC_PRE_COMP *EC_ec_pre_comp_dup(EC_PRE_COMP *pre) in EC_ec_pre_comp_dup() 80 void EC_ec_pre_comp_free(EC_PRE_COMP *pre) in EC_ec_pre_comp_free()
|
H A D | ecp_nistp256.c | 1871 void EC_nistp256_pre_comp_free(NISTP256_PRE_COMP *pre) in EC_nistp256_pre_comp_free() 2037 NISTP256_PRE_COMP *pre = NULL; in ossl_ec_GFp_nistp256_points_mul() local 2224 NISTP256_PRE_COMP *pre = NULL; in ossl_ec_GFp_nistp256_precompute_mult() local
|
H A D | ecp_nistp224.c | 1423 NISTP224_PRE_COMP *pre = NULL; in ossl_ec_GFp_nistp224_points_mul() local 1604 NISTP224_PRE_COMP *pre = NULL; in ossl_ec_GFp_nistp224_precompute_mult() local
|
H A D | ecp_nistp521.c | 1926 NISTP521_PRE_COMP *pre = NULL; in ossl_ec_GFp_nistp521_points_mul() local 2111 NISTP521_PRE_COMP *pre = NULL; in ossl_ec_GFp_nistp521_precompute_mult() local
|
H A D | ecp_nistp384.c | 1717 NISTP384_PRE_COMP *pre = NULL; in ossl_ec_GFp_nistp384_points_mul() local 1897 NISTP384_PRE_COMP *pre = NULL; in ossl_ec_GFp_nistp384_precompute_mult() local
|
H A D | ec_local.h | 285 #define SETPRECOMP(g, type, pre) \ argument
|
H A D | ecp_nistz256.c | 1233 void EC_nistz256_pre_comp_free(NISTZ256_PRE_COMP *pre) in EC_nistz256_pre_comp_free()
|
/openssl/crypto/ |
H A D | core_algorithm.c | 19 int (*pre)(OSSL_PROVIDER *, int operation_id, int no_store, void *data, member
|
/openssl/test/ |
H A D | dhtest.c | 562 # define make_rfc5114_td(pre) { \ argument
|
/openssl/ssl/ |
H A D | ssl_conf.c | 1101 int SSL_CONF_CTX_set1_prefix(SSL_CONF_CTX *cctx, const char *pre) in SSL_CONF_CTX_set1_prefix()
|
/openssl/include/openssl/ |
H A D | asn1t.h.in | 801 # define IMPLEMENT_ASN1_ALLOC_FUNCTIONS_pfname(pre, stname, itname, fname) \ argument
|
Completed in 89 milliseconds