Symbol: adjust_key
crypto/openssl/providers/implementations/encode_decode/decode_der2key.c
112
adjust_key_fn *adjust_key;
crypto/openssl/providers/implementations/encode_decode/decode_der2key.c
324
if (key != NULL && ctx->desc->adjust_key != NULL)
crypto/openssl/providers/implementations/encode_decode/decode_der2key.c
325
ctx->desc->adjust_key(key, ctx);
crypto/openssl/providers/implementations/encode_decode/decode_msblob2key.c
165
if (key != NULL && ctx->desc->adjust_key != NULL)
crypto/openssl/providers/implementations/encode_decode/decode_msblob2key.c
166
ctx->desc->adjust_key(key, ctx);
crypto/openssl/providers/implementations/encode_decode/decode_msblob2key.c
45
adjust_key_fn *adjust_key;
crypto/openssl/providers/implementations/encode_decode/decode_pvk2key.c
167
if (key != NULL && ctx->desc->adjust_key != NULL)
crypto/openssl/providers/implementations/encode_decode/decode_pvk2key.c
168
ctx->desc->adjust_key(key, ctx);
crypto/openssl/providers/implementations/encode_decode/decode_pvk2key.c
46
adjust_key_fn *adjust_key;
crypto/openssl/test/fake_rsaprov.c
1001
if (key != NULL && ctx->desc->adjust_key != NULL)
crypto/openssl/test/fake_rsaprov.c
1002
ctx->desc->adjust_key(key, ctx);
crypto/openssl/test/fake_rsaprov.c
752
adjust_key_fn *adjust_key;
crypto/openssl/test/tls-provider.c
2139
adjust_key_fn *adjust_key;
crypto/openssl/test/tls-provider.c
2386
if (key != NULL && ctx->desc->adjust_key != NULL)
crypto/openssl/test/tls-provider.c
2387
ctx->desc->adjust_key(key, ctx);
sys/dev/mthca/mthca_mr.c
443
key = adjust_key(dev, key);
sys/dev/mthca/mthca_mr.c
591
key = adjust_key(dev, key);