Lines Matching refs:KMF_BIGINT
85 char *issuer, char *subject, KMF_BIGINT *serial, in pk_export_file_objects()
118 sizeof (KMF_BIGINT)); in pk_export_file_objects()
162 KMF_BIGINT *serial, KMF_CREDENTIAL *tokencred, in pk_export_pk12_nss()
203 KMF_BIGINT_ATTR, serial, sizeof (KMF_BIGINT)); in pk_export_pk12_nss()
282 KMF_BIGINT *serial, KMF_ENCODE_FORMAT kfmt, char *dir, in pk_export_nss_objects()
326 sizeof (KMF_BIGINT)); in pk_export_nss_objects()
372 KMF_BIGINT *serial, KMF_CREDENTIAL *tokencred, char *filename) in pk_export_pk12_pk11()
410 KMF_BIGINT_ATTR, serial, sizeof (KMF_BIGINT)); in pk_export_pk12_pk11()
589 KMF_BIGINT *serial, KMF_ENCODE_FORMAT kfmt, in pk_export_pk11_objects()
636 sizeof (KMF_BIGINT)); in pk_export_pk11_objects()
694 KMF_BIGINT serial = { NULL, 0 }; in pk_export()