Home
last modified time | relevance | path

Searched refs:operation_bits (Results 1 – 1 of 1) sorted by relevance

/third_party/openssl/crypto/
Dprovider_core.c185 unsigned char *operation_bits; member
706 OPENSSL_free(prov->operation_bits); in ossl_provider_free()
707 prov->operation_bits = NULL; in ossl_provider_free()
1221 OPENSSL_free(prov->operation_bits); in provider_remove_store_methods()
1222 prov->operation_bits = NULL; in provider_remove_store_methods()
1627 unsigned char *tmp = OPENSSL_realloc(provider->operation_bits, in ossl_provider_set_operation_bit()
1635 provider->operation_bits = tmp; in ossl_provider_set_operation_bit()
1636 memset(provider->operation_bits + provider->operation_bits_sz, in ossl_provider_set_operation_bit()
1640 provider->operation_bits[byte] |= bit; in ossl_provider_set_operation_bit()
1660 *result = ((provider->operation_bits[byte] & bit) != 0); in ossl_provider_test_operation_bit()