Searched refs:qcrypto_der_invoke_callback (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/crypto/ |
H A D | der.c | 134 static int qcrypto_der_invoke_callback(QCryptoDERDecodeCb cb, void *ctx, in qcrypto_der_invoke_callback() function 164 if (qcrypto_der_invoke_callback(cb, ctx, value, vlen, errp) != 0) { in qcrypto_der_extract_definite_data() 200 if (qcrypto_der_invoke_callback(cb, ctx, value, vlen, errp) != 0) { in qcrypto_der_extract_definite_data()
|