Lines Matching defs:ctx

134 static int qcrypto_der_invoke_callback(QCryptoDERDecodeCb cb, void *ctx,  in qcrypto_der_invoke_callback()
146 QCryptoDERDecodeCb cb, void *ctx, in qcrypto_der_extract_definite_data()
207 QCryptoDERDecodeCb cb, void *ctx, in qcrypto_der_extract_data()
229 void *ctx, Error **errp) in qcrypto_der_decode_tlv()
260 QCryptoDERDecodeCb cb, void *ctx, Error **errp) in qcrypto_der_decode_int()
269 QCryptoDERDecodeCb cb, void *ctx, Error **errp) in qcrypto_der_decode_seq()
278 QCryptoDERDecodeCb cb, void *ctx, Error **errp) in qcrypto_der_decode_octet_str()
287 QCryptoDERDecodeCb cb, void *ctx, Error **errp) in qcrypto_der_decode_bit_str()
296 QCryptoDERDecodeCb cb, void *ctx, Error **errp) in qcrypto_der_decode_oid()
305 QCryptoDERDecodeCb cb, void *ctx, Error **errp) in qcrypto_der_decode_ctx_tag()
313 static void qcrypto_der_encode_prim(QCryptoEncodeContext *ctx, uint8_t tag, in qcrypto_der_encode_prim()
334 QCryptoEncodeContext *ctx = g_new0(QCryptoEncodeContext, 1); in qcrypto_der_encode_ctx_new() local
340 static void qcrypto_der_encode_cons_begin(QCryptoEncodeContext *ctx, in qcrypto_der_encode_cons_begin()
352 static void qcrypto_der_encode_cons_end(QCryptoEncodeContext *ctx) in qcrypto_der_encode_cons_end()
363 void qcrypto_der_encode_seq_begin(QCryptoEncodeContext *ctx) in qcrypto_der_encode_seq_begin()
371 void qcrypto_der_encode_seq_end(QCryptoEncodeContext *ctx) in qcrypto_der_encode_seq_end()
376 void qcrypto_der_encode_oid(QCryptoEncodeContext *ctx, in qcrypto_der_encode_oid()
385 void qcrypto_der_encode_int(QCryptoEncodeContext *ctx, in qcrypto_der_encode_int()
394 void qcrypto_der_encode_null(QCryptoEncodeContext *ctx) in qcrypto_der_encode_null()
402 void qcrypto_der_encode_octet_str(QCryptoEncodeContext *ctx, in qcrypto_der_encode_octet_str()
411 void qcrypto_der_encode_octet_str_begin(QCryptoEncodeContext *ctx) in qcrypto_der_encode_octet_str_begin()
419 void qcrypto_der_encode_octet_str_end(QCryptoEncodeContext *ctx) in qcrypto_der_encode_octet_str_end()
424 size_t qcrypto_der_encode_ctx_buffer_len(QCryptoEncodeContext *ctx) in qcrypto_der_encode_ctx_buffer_len()
429 void qcrypto_der_encode_ctx_flush_and_free(QCryptoEncodeContext *ctx, in qcrypto_der_encode_ctx_flush_and_free()