Home
last modified time | relevance | path

Searched defs:pre (Results 1 – 13 of 13) sorted by relevance

/openssl/include/internal/
H A Dcommon.h58 #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 Dlog.c47 BIO *bio, *pre = BIO_new(BIO_f_prefix()); in log_with_prefix() local
/openssl/crypto/ec/
H A Dec_mult.c72 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 Decp_nistp256.c1871 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 Decp_nistp224.c1423 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 Decp_nistp521.c1926 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 Decp_nistp384.c1717 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 Dec_local.h285 #define SETPRECOMP(g, type, pre) \ argument
H A Decp_nistz256.c1233 void EC_nistz256_pre_comp_free(NISTZ256_PRE_COMP *pre) in EC_nistz256_pre_comp_free()
/openssl/crypto/
H A Dcore_algorithm.c19 int (*pre)(OSSL_PROVIDER *, int operation_id, int no_store, void *data, member
/openssl/test/
H A Ddhtest.c562 # define make_rfc5114_td(pre) { \ argument
/openssl/ssl/
H A Dssl_conf.c1101 int SSL_CONF_CTX_set1_prefix(SSL_CONF_CTX *cctx, const char *pre) in SSL_CONF_CTX_set1_prefix()
/openssl/include/openssl/
H A Dasn1t.h.in801 # define IMPLEMENT_ASN1_ALLOC_FUNCTIONS_pfname(pre, stname, itname, fname) \ argument

Completed in 89 milliseconds