Home
last modified time | relevance | path

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

/openssl/crypto/
H A Dprovider_core.c185 unsigned char *operation_bits; member
731 OPENSSL_free(prov->operation_bits); in ossl_provider_free()
732 prov->operation_bits = NULL; in ossl_provider_free()
1284 OPENSSL_free(prov->operation_bits); in provider_remove_store_methods()
1285 prov->operation_bits = NULL; in provider_remove_store_methods()
1911 unsigned char *tmp = OPENSSL_realloc(provider->operation_bits, in ossl_provider_set_operation_bit()
1918 provider->operation_bits = tmp; in ossl_provider_set_operation_bit()
1919 memset(provider->operation_bits + provider->operation_bits_sz, in ossl_provider_set_operation_bit()
1923 provider->operation_bits[byte] |= bit; in ossl_provider_set_operation_bit()
1943 *result = ((provider->operation_bits[byte] & bit) != 0); in ossl_provider_test_operation_bit()

Completed in 15 milliseconds