Symbol: ALGORITHM
crypto/openssl/crypto/property/property.c
100
DEFINE_STACK_OF(ALGORITHM)
crypto/openssl/crypto/property/property.c
110
ALGORITHM *alg);
crypto/openssl/crypto/property/property.c
219
static void impl_cache_flush_alg(ossl_uintmax_t idx, ALGORITHM *alg)
crypto/openssl/crypto/property/property.c
225
static void alg_cleanup(ossl_uintmax_t idx, ALGORITHM *a, void *arg)
crypto/openssl/crypto/property/property.c
282
static ALGORITHM *ossl_method_store_retrieve(OSSL_METHOD_STORE *store, int nid)
crypto/openssl/crypto/property/property.c
287
static int ossl_method_store_insert(OSSL_METHOD_STORE *store, ALGORITHM *alg)
crypto/openssl/crypto/property/property.c
322
ALGORITHM *alg = NULL;
crypto/openssl/crypto/property/property.c
438
ALGORITHM *alg = NULL;
crypto/openssl/crypto/property/property.c
493
alg_cleanup_by_provider(ossl_uintmax_t idx, ALGORITHM *alg, void *arg)
crypto/openssl/crypto/property/property.c
552
static void alg_do_one(ALGORITHM *alg, IMPLEMENTATION *impl,
crypto/openssl/crypto/property/property.c
559
static void alg_copy(ossl_uintmax_t idx, ALGORITHM *alg, void *arg)
crypto/openssl/crypto/property/property.c
561
STACK_OF(ALGORITHM) *newalg = arg;
crypto/openssl/crypto/property/property.c
563
alg = OPENSSL_memdup(alg, sizeof(ALGORITHM));
crypto/openssl/crypto/property/property.c
572
static void del_tmpalg(ALGORITHM *alg)
crypto/openssl/crypto/property/property.c
584
STACK_OF(ALGORITHM) *tmpalgs;
crypto/openssl/crypto/property/property.c
585
ALGORITHM *alg;
crypto/openssl/crypto/property/property.c
640
ALGORITHM *alg;
crypto/openssl/crypto/property/property.c
67
SPARSE_ARRAY_OF(ALGORITHM) * algs;
crypto/openssl/crypto/property/property.c
761
ALGORITHM *alg)
crypto/openssl/crypto/property/property.c
769
ALGORITHM *alg = ossl_method_store_retrieve(store, nid);
crypto/openssl/crypto/property/property.c
826
static void impl_cache_flush_one_alg(ossl_uintmax_t idx, ALGORITHM *alg,
crypto/openssl/crypto/property/property.c
862
ALGORITHM *alg;
crypto/openssl/crypto/property/property.c
895
ALGORITHM *alg;
crypto/openssl/crypto/property/property.c
98
DEFINE_SPARSE_ARRAY_OF(ALGORITHM);
crypto/openssl/test/tls-provider.c
244
OSSL_PARAM_utf8_string(OSSL_CAPABILITY_TLS_GROUP_ALG, ALGORITHM,
crypto/openssl/test/tls-provider.c
245
sizeof(ALGORITHM)),
crypto/openssl/test/tls-provider.c
263
OSSL_PARAM_utf8_string(OSSL_CAPABILITY_TLS_GROUP_ALG, ALGORITHM,
crypto/openssl/test/tls-provider.c
264
sizeof(ALGORITHM)),